Update windows-install.sh

This commit is contained in:
Jay Lee
2021-06-28 17:22:57 -04:00
committed by GitHub
parent bd8274cc27
commit a154007927

View File

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