I'm creating a Pyside6 application for deployment and would like to use the following command:
$ python -m nuitka --onefile --enable-plugin=pyside6 --include-data-dir=images=images main.py
The option --include-data-dir is needed to include images for the application, but is currently missing.
I'm creating a Pyside6 application for deployment and would like to use the following command:
The option
--include-data-diris needed to include images for the application, but is currently missing.