To build the application, follow these steps:
- This shell script removes existing build artifacts (deletes any files or directories that were created the last time the build script was run) and then converts resources.qrc into a Python module using pyside6-rcc.
- sudo ./build.sh
- Run the following command to create a windowed executable using PyInstaller:
- pyinstaller --windowed app.py