mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-23 15:41:36 +00:00
remove -F on Windows
This commit is contained in:
2
.github/actions/windows-install.sh
vendored
2
.github/actions/windows-install.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user