remove pathext from macos-gam.spec

This commit is contained in:
Jay Lee
2016-10-11 15:30:40 -04:00
parent b3501a2d4a
commit 3233807c17
3 changed files with 36 additions and 1 deletions

10
src/linux-build.sh Executable file
View File

@@ -0,0 +1,10 @@
rm -rf gam
rm -rf build
rm -rf dist
rm -rf gam-$1-linux-$(arch).tar.xz
pyinstaller --clean -F --distpath=gam linux-gam.spec
cp LICENSE gam
cp whatsnew.txt gam
tar cfJ gam-$1-linux-$(arch).tar.xz gam/