mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +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
@ -9,6 +9,7 @@ $python ./gam.py version extended
|
||||
unset DYLD_PRINT_LIBRARIES
|
||||
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
||||
export gam="$gampath/gam"
|
||||
codesign --remove-signature $gam
|
||||
$gam version extended
|
||||
export GAMVERSION=`$gam version simple`
|
||||
cp LICENSE $gampath
|
||||
|
Reference in New Issue
Block a user