mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 06:03:35 +00:00
Update macos-install.sh
This commit is contained in:
7
.github/actions/macos-install.sh
vendored
7
.github/actions/macos-install.sh
vendored
@ -7,12 +7,7 @@ export distpath="dist/"
|
||||
export gampath="${distpath}gam"
|
||||
rm -rf $gampath
|
||||
export specfile="gam.spec"
|
||||
if [ "$macver" == "10.15.7" ]; then
|
||||
youtoo=""
|
||||
else
|
||||
youtoo=""
|
||||
fi
|
||||
$python -OO -m PyInstaller --clean --noupx --strip --distpath "${gampath}" $youtoo "${specfile}"
|
||||
$python -OO -m PyInstaller --clean --noupx --strip --distpath "${gampath}" --target_arch=$PLATFORM "${specfile}"
|
||||
export gam="${gampath}/gam"
|
||||
$gam version extended
|
||||
export GAMVERSION=`$gam version simple`
|
||||
|
Reference in New Issue
Block a user