mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-04 03:13:59 +08:00
Use forked pyinstaller with fix
pyinstaller doesn't play nice with MacOS Apps and codesigning. https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG206 The following personal fork should provide a quick fix for this even though pyinstaller still doesn't fully adhere to the file structure specified by Apple. See branch: https://github.com/jellespijker/pyinstaller@binaries_in_frameworks Once this has been tested and verified to work I will open up a PR against the pyinstaller repo. Contributes to CURA-9365
This commit is contained in:
parent
253e61cd4e
commit
dee54c4eb1
@ -1,4 +1,7 @@
|
||||
pytest
|
||||
pyinstaller
|
||||
|
||||
# Fix for signing the MacOS App
|
||||
git+https://github.com/jellespijker/pyinstaller@binaries_in_frameworks#egg=pyinstaller
|
||||
#pyinstaller
|
||||
pyinstaller-hooks-contrib
|
||||
sip==6.5.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user