Closed tlecomte closed 2 years ago
PyInstaller will try to codesign friture.app, but will fail because of the Qt5 file structure (this is visible in the build logs).
See https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing-Qt
So we fix the folder names and then sign again manually.
PyInstaller will try to codesign friture.app, but will fail because of the Qt5 file structure (this is visible in the build logs).
See https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing-Qt
So we fix the folder names and then sign again manually.