Update macos-install.sh

This commit is contained in:
Jay Lee 2021-11-23 08:26:12 -05:00 committed by GitHub
parent fd5a1faa58
commit e91d12caaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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