mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
Update macos-install.sh
This commit is contained in:
1
.github/actions/macos-install.sh
vendored
1
.github/actions/macos-install.sh
vendored
@ -7,6 +7,7 @@ rm -rf $gampath
|
|||||||
export DYLD_PRINT_LIBRARIES=YES
|
export DYLD_PRINT_LIBRARIES=YES
|
||||||
$python ./gam.py version extended
|
$python ./gam.py version extended
|
||||||
unset DYLD_PRINT_LIBRARIES
|
unset DYLD_PRINT_LIBRARIES
|
||||||
|
codesign --remove-signature /Library/Frameworks/Python.framework/Versions/3.9/Python
|
||||||
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
||||||
export gam="$gampath/gam"
|
export gam="$gampath/gam"
|
||||||
codesign --remove-signature $gam
|
codesign --remove-signature $gam
|
||||||
|
Reference in New Issue
Block a user