fix archive path

This commit is contained in:
Jay Lee
2021-05-26 10:53:06 -04:00
parent 4e719bab5e
commit a1392dbf86
3 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
export distpath="dist/"
export gampath="${distpath}"
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 --distpath $distpath gam.spec
$python -OO -m PyInstaller --clean --noupx --strip --distpath $gampath gam.spec
export gam="${gampath}/gam"
export GAMVERSION=`$gam version simple`
cp LICENSE $gampath