From 80d17cfda381dfb78ba20b42e1098b653a4b043e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 28 Jun 2021 17:28:10 -0400 Subject: [PATCH] Update windows-install.sh --- .github/actions/windows-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/windows-install.sh b/.github/actions/windows-install.sh index f6921ab6..4620bcd1 100755 --- a/.github/actions/windows-install.sh +++ b/.github/actions/windows-install.sh @@ -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