This commit is contained in:
Jay Lee
2021-05-11 08:56:17 -04:00
parent 1f1a49976c
commit 24684abc1d

View File

@@ -3,6 +3,7 @@ export gampath="${distpath}/gam"
rm -rf $gampath
#mkdir -p $gampath
#export gampath=$(readlink -e $gampath)
$pip install wheel
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $distpath gam.spec
export gam="${gampath}/gam"
export GAMVERSION=`$gam version simple`