From d003e3fa1b1458e00cc11b9ae14a3d6250cc500b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Dec 2020 09:39:21 -0500 Subject: [PATCH] Update macos-install.sh --- .github/actions/macos-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/macos-install.sh b/.github/actions/macos-install.sh index 778a5ecc..09edee7e 100755 --- a/.github/actions/macos-install.sh +++ b/.github/actions/macos-install.sh @@ -9,6 +9,7 @@ $python ./gam.py version extended unset DYLD_PRINT_LIBRARIES $python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec export gam="$gampath/gam" +codesign --remove-signature $gam $gam version extended export GAMVERSION=`$gam version simple` cp LICENSE $gampath