-
Notifications
You must be signed in to change notification settings - Fork 9
Optimize PyInstaller spec file for macOS #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello Paul. I had the same issue in some of my applications. It was solved when I added the following on my spec file when creating the BUNDLE: info_plist = {'NSHighResolutionCapable' : 'True'} Example: I don't know if it will help. |
Thanks @jlopezalo. There are several things I was not aware of. This boils down to adding a .spec file in the current build recipe.
|
Yeah...I have had many problems with pyinstaller and MacOS. I am currently using the Pyinstaller development version 4.1dev. |
I usually access static files via |
Np! Happy to help! :) |
fixed in 0.8.5 |
Not sure what is causing this. Help appreciated.
The text was updated successfully, but these errors were encountered: