mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +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"
|
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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user