fix gam binary paths

This commit is contained in:
Jay Lee
2021-05-07 10:59:05 -04:00
parent 89e964163e
commit c23e53585a
3 changed files with 3 additions and 3 deletions

View File

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