remove -F on Windows

This commit is contained in:
Jay Lee
2021-05-11 10:15:10 -04:00
parent a184d7a8e0
commit f010e59597

View File

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