From a1540079276e495046db77b36f24df28e7c9c972 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 28 Jun 2021 17:22:57 -0400 Subject: [PATCH] Update windows-install.sh --- .github/actions/windows-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/windows-install.sh b/.github/actions/windows-install.sh index e34f2834..f6921ab6 100755 --- a/.github/actions/windows-install.sh +++ b/.github/actions/windows-install.sh @@ -7,9 +7,7 @@ echo "compiling GAM with pyinstaller..." export distpath="dist/" export gampath="${distpath}gam" rm -rf $gampath -#mkdir -p $gampath -#export gampath=$(readlink -e $gampath) -$python -m 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