Update linux-build.sh

This commit is contained in:
Jay Lee
2016-10-12 14:53:41 -04:00
committed by GitHub
parent 3090c59582
commit e101231f9b

View File

@@ -3,6 +3,7 @@ rm -rf build
rm -rf dist
rm -rf gam-$1-linux-$(arch).tar.xz
export LD_LIBRARY_PATH=/usr/local/lib
pyinstaller --clean -F --distpath=gam linux-gam.spec
cp LICENSE gam
cp whatsnew.txt gam