mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 05:01:37 +00:00
13 lines
264 B
Bash
Executable File
13 lines
264 B
Bash
Executable File
rm -rf gam
|
|
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
|
|
cp GamCommands.txt gam
|
|
|
|
tar cfJ gam-$1-linux-$(arch).tar.xz gam/
|