mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-17 04:31:37 +00:00
Update macos-install.sh
This commit is contained in:
4
.github/actions/macos-install.sh
vendored
4
.github/actions/macos-install.sh
vendored
@@ -4,9 +4,11 @@ echo "Xcode versionn:"
|
||||
xcodebuild -version
|
||||
export gampath=dist/gam
|
||||
rm -rf $gampath
|
||||
export DYLD_PRINT_LIBRARIES=YES
|
||||
$python ./gam.py version extended
|
||||
unset DYLD_PRINT_LIBRARIES
|
||||
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
||||
export gam="$gampath/gam"
|
||||
export DYLD_PRINT_LIBRARIES=YES
|
||||
$gam version extended
|
||||
export GAMVERSION=`$gam version simple`
|
||||
cp LICENSE $gampath
|
||||
|
||||
Reference in New Issue
Block a user