This commit is contained in:
Jay Lee
2016-11-01 11:44:30 -04:00

View File

@ -3,7 +3,7 @@ rmdir /q /s build
rmdir /q /s dist
rm -rf gam-$1-macos.tar.xz
pyinstaller --clean -F --distpath=gam macos-gam.spec
/Library/Frameworks/Python.framework/Versions/2.7/bin/pyinstaller --clean -F --distpath=gam macos-gam.spec
cp LICENSE gam
cp whatsnew.txt gam