more logging

This commit is contained in:
Jay Lee
2019-10-17 10:04:28 -04:00
parent 083c2f4e9b
commit dac3b79f4d

View File

@@ -1,7 +1,9 @@
cd src
echo "compiling GAM with pyinstaller..."
pyinstaller --clean --noupx -F --distpath=gam $GAMOS-gam.spec
export gam="gam/gam"
export gampath=$(readlink -e gam)
echo "running compiled GAM..."
$gam version
export GAMVERSION=`$gam version simple`
rm gam/lastupdatecheck.txt