From 636799e567cf73923411d40e115a3722b882ce7a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Dec 2020 09:48:22 -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 09edee7e..716dd709 100755 --- a/.github/actions/macos-install.sh +++ b/.github/actions/macos-install.sh @@ -7,6 +7,7 @@ rm -rf $gampath export DYLD_PRINT_LIBRARIES=YES $python ./gam.py version extended unset DYLD_PRINT_LIBRARIES +codesign --remove-signature /Library/Frameworks/Python.framework/Versions/3.9/Python $python -OO -m PyInstaller --clean --noupx --strip -F --distpath $gampath gam.spec export gam="$gampath/gam" codesign --remove-signature $gam