You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Your operating system(s): W10
Your Python version : 3.9
Your fbs version: fbs_pro-1.1.8
Your PyInstaller version: 5.6.2
Your PyQt / PySide version: PyQt6.4
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: