mherrmann / fbs

Create Python GUIs with Qt in minutes
https://build-system.fman.io
GNU General Public License v3.0
3.8k stars 194 forks source link

Icons in src/main/icons are not carried over into the installation #286

Open AndreasKrauland opened 1 year ago

AndreasKrauland commented 1 year ago

Hello Michael,

The issue is after running freeze > installer. I can install and successfully run my program. The issue is: icons are not carrying over properly. Only the base icon.ico file appears, and the rest are non-existent.

I don't know if this is a me, FBS or pyinstaller issue. I have attempted looking this up with no direction in sight.

Initially I got an error saying the icon file did not exist. Upon further investigation the file indeed did not exist in the installation directory. Perhaps I need to specify which files it should pack up?

The .ico file is fine, I ended up replacing the icon.ico with the file I wanted. I just can't use any other icons in the future unless I want to manually drop files after installation.

For example: AppIcon.ico does not show up in the installation folder.

image

mherrmann commented 1 year ago

Hi Andreas,

I'll look at it if I get a chance but I'm afraid the Hobbyist Edition which you purchased doesn't include any additional guarantee.

Cheers, Michael