tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
936 stars 161 forks source link

fix(macos): codesign despite Qt5 folder names #217

Closed tlecomte closed 2 years ago

tlecomte commented 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.