From 42cbfbf8ed17d365287ba1278c5fa17073ec2472 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 2 Jun 2021 14:02:37 -0400 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 639bf14b..76b38e5c 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_arch=$PLATFORM "${specfile}" +$python -OO -m PyInstaller --clean --noupx --strip --distpath "${gampath}" --target-architecture $PLATFORM "${specfile}" export gam="${gampath}/gam" $gam version extended export GAMVERSION=`$gam version simple`