Update windows-install.sh

This commit is contained in:
Jay Lee
2021-06-28 17:13:42 -04:00
committed by GitHub
parent fb08991c05
commit bd8274cc27

View File

@@ -9,7 +9,7 @@ export gampath="${distpath}gam"
rm -rf $gampath
#mkdir -p $gampath
#export gampath=$(readlink -e $gampath)
pyinstaller --clean --noupx --distpath $gampath gam.spec
$python -m pyinstaller --clean --noupx --distpath $gampath gam.spec
export gam="${gampath}/gam"
echo "running compiled GAM..."
$gam version