The Pyinstaller command I'm running: https://github.com/djotaku/ELDonationTracker/blob/5e5ed167e57bd5a7b7b2e4cc5bb6fefe587852bc/.github/workflows/windowsbuild.yml#L34
I've got this Qt GUI that on line 18 sets the top-left icon of the program on the window decorations: https://github.com/djotaku/ELDonationTracker/blob/4.4/eldonationtracker/design.py . I'm trying to make that icon.png available with a one-file build in pyinstaller. Again, this isn't the icon you click on (there's a pyinstaller command for that) this is just making that file available for the Qt code to find it and set the top-left window icon. Does anyone know what I need to do with the --add-binary command (or other command) to get this to work? Thanks! PS - it works if I do a folder-build instead of a one-file build. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/545075ec-0e97-43a5-92e7-ab21604cf952%40googlegroups.com.
