mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
--universal2
This commit is contained in:
6
.github/actions/macos-install.sh
vendored
6
.github/actions/macos-install.sh
vendored
@ -1,12 +1,12 @@
|
||||
echo "MacOS Version Info According to Python:"
|
||||
python -c "import platform; print(platform.mac_ver())"
|
||||
echo "Xcode versionn:"
|
||||
echo "Xcode version:"
|
||||
xcodebuild -version
|
||||
export distpath="dist/"
|
||||
export distpath="dist"
|
||||
export gampath="${distpath}/gam"
|
||||
rm -rf $gampath
|
||||
export specfile="gam.spec"
|
||||
$python -OO -m PyInstaller --clean --noupx --strip --distpath "${distpath}" "${specfile}"
|
||||
$python -OO -m PyInstaller --clean --noupx --strip --distpath "${distpath}" --universal2 "${specfile}"
|
||||
export gam="${gampath}/gam"
|
||||
$gam version extended
|
||||
export GAMVERSION=`$gam version simple`
|
||||
|
Reference in New Issue
Block a user