mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 22:21:37 +00:00
Update windows-install.sh
This commit is contained in:
2
.github/actions/windows-install.sh
vendored
2
.github/actions/windows-install.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user