Update osx-install.sh

This commit is contained in:
Jay Lee
2020-09-16 16:04:57 -04:00
committed by GitHub
parent 4e80434956
commit 0b8fb177c4

View File

@@ -1,6 +1,8 @@
cd src
echo "MacOS Version Info According to Python:"
python -c "import platform; print(platform.mac_ver())"
echo "Xcode versionn:"
xcodebuild -version
export gampath=dist/gam
rm -rf $gampath
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec