Update macos-install.sh

This commit is contained in:
Jay Lee
2021-06-02 14:02:37 -04:00
committed by GitHub
parent 137e79b012
commit 42cbfbf8ed

View File

@@ -7,7 +7,7 @@ export distpath="dist/"
export gampath="${distpath}gam"
rm -rf $gampath
export specfile="gam.spec"
$python -OO -m PyInstaller --clean --noupx --strip --distpath "${gampath}" --target_arch=$PLATFORM "${specfile}"
$python -OO -m PyInstaller --clean --noupx --strip --distpath "${gampath}" --target-architecture $PLATFORM "${specfile}"
export gam="${gampath}/gam"
$gam version extended
export GAMVERSION=`$gam version simple`