Update macos-install.sh

This commit is contained in:
Jay Lee
2020-12-08 07:42:36 -05:00
committed by GitHub
parent a82ff4bb4e
commit 3c55153752

View File

@@ -6,6 +6,7 @@ export gampath=dist/gam
rm -rf $gampath
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
export gam="$gampath/gam"
export DYLD_PRINT_LIBRARIES=YES
$gam version extended
export GAMVERSION=`$gam version simple`
cp LICENSE $gampath