tlecomte / friture

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

feat(MacOS): try 'onefile' to workaround codesign issues #216

Closed tlecomte closed 2 years ago

tlecomte commented 2 years ago

Code signing is mandatory for recent macos versions. However the codesign command currently fails due to the Qt5 folder names containing periods. With the onefile option, we believe all files will be in a single executable, removing the folder name issues.

tlecomte commented 2 years ago

This does not actually fix anything. PR #217 solves the problem differently.