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