mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 04:07:21 +00:00
Update macos-install.sh
This commit is contained in:
parent
fd5a1faa58
commit
e91d12caaf
2
.github/actions/macos-install.sh
vendored
2
.github/actions/macos-install.sh
vendored
@ -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-architecture $PLATFORM "${specfile}"
|
||||
$python -OO -m PyInstaller --distpath "${gampath}" "${specfile}"
|
||||
export gam="${gampath}/gam"
|
||||
$gam version extended
|
||||
export GAMVERSION=`$gam version simple`
|
||||
|
Loading…
x
Reference in New Issue
Block a user