Update windows-install.sh

This commit is contained in:
Jay Lee
2021-06-28 17:28:10 -04:00
committed by GitHub
parent a154007927
commit 80d17cfda3

View File

@@ -7,7 +7,7 @@ echo "compiling GAM with pyinstaller..."
export distpath="dist/"
export gampath="${distpath}gam"
rm -rf $gampath
c:\python\scripts\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