mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update macos-install.sh
This commit is contained in:
5
.github/actions/macos-install.sh
vendored
5
.github/actions/macos-install.sh
vendored
@@ -4,13 +4,8 @@ echo "Xcode versionn:"
|
|||||||
xcodebuild -version
|
xcodebuild -version
|
||||||
export gampath=dist/gam
|
export gampath=dist/gam
|
||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
export DYLD_PRINT_LIBRARIES=YES
|
|
||||||
$python ./gam.py version extended
|
|
||||||
unset DYLD_PRINT_LIBRARIES
|
|
||||||
codesign --remove-signature /Library/Frameworks/Python.framework/Versions/3.9/Python
|
|
||||||
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec
|
||||||
export gam="$gampath/gam"
|
export gam="$gampath/gam"
|
||||||
codesign --remove-signature $gam
|
|
||||||
$gam version extended
|
$gam version extended
|
||||||
export GAMVERSION=`$gam version simple`
|
export GAMVERSION=`$gam version simple`
|
||||||
cp LICENSE $gampath
|
cp LICENSE $gampath
|
||||||
|
|||||||
Reference in New Issue
Block a user