6.02, admin.googleapis.com as test, MacOS universal2 build

This commit is contained in:
Jay Lee
2021-05-04 09:12:45 -04:00
parent 05bc1c1263
commit cfa25f12d3
5 changed files with 10 additions and 60 deletions

View File

@@ -4,11 +4,7 @@ echo "Xcode versionn:"
xcodebuild -version
export gampath=dist/gam
rm -rf $gampath
if [ "$PLATFORM" == "x86_64" ]; then
export specfile="gam.spec"
else
export specfile="gam-universal2.spec"
fi
export specfile="gam.spec"
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath "${gampath}" "${specfile}"
export gam="${gampath}/gam"
$gam version extended