From e91d12caaff9a77ff938432cbf59cdd1621891d6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 23 Nov 2021 08:26:12 -0500 Subject: [PATCH] Update macos-install.sh --- .github/actions/macos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/macos-install.sh b/.github/actions/macos-install.sh index 76b38e5c..fe050fce 100755 --- a/.github/actions/macos-install.sh +++ b/.github/actions/macos-install.sh @@ -7,7 +7,7 @@ export distpath="dist/" export gampath="${distpath}gam" rm -rf $gampath export specfile="gam.spec" -$python -OO -m PyInstaller --clean --noupx --strip --distpath "${gampath}" --target-architecture $PLATFORM "${specfile}" +$python -OO -m PyInstaller --distpath "${gampath}" "${specfile}" export gam="${gampath}/gam" $gam version extended export GAMVERSION=`$gam version simple`