Update macos-install.sh

This commit is contained in:
Jay Lee
2020-12-08 09:39:21 -05:00
committed by GitHub
parent 07edbe6619
commit d003e3fa1b

View File

@ -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