mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
more logging
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
cd src
|
cd src
|
||||||
|
echo "compiling GAM with pyinstaller..."
|
||||||
pyinstaller --clean --noupx -F --distpath=gam $GAMOS-gam.spec
|
pyinstaller --clean --noupx -F --distpath=gam $GAMOS-gam.spec
|
||||||
export gam="gam/gam"
|
export gam="gam/gam"
|
||||||
export gampath=$(readlink -e gam)
|
export gampath=$(readlink -e gam)
|
||||||
|
echo "running compiled GAM..."
|
||||||
$gam version
|
$gam version
|
||||||
export GAMVERSION=`$gam version simple`
|
export GAMVERSION=`$gam version simple`
|
||||||
rm gam/lastupdatecheck.txt
|
rm gam/lastupdatecheck.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user