Update macos-install.sh

This commit is contained in:
Jay Lee
2020-12-08 10:03:56 -05:00
committed by GitHub
parent 636799e567
commit 431b5f4f30

View File

@@ -4,13 +4,8 @@ echo "Xcode versionn:"
xcodebuild -version
export gampath=dist/gam
rm -rf $gampath
export DYLD_PRINT_LIBRARIES=YES
$python ./gam.py version extended
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
export gam="$gampath/gam"
codesign --remove-signature $gam
$gam version extended
export GAMVERSION=`$gam version simple`
cp LICENSE $gampath