From 431b5f4f3030b34d4176e4381131ee657b9a9971 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 8 Dec 2020 10:03:56 -0500 Subject: [PATCH] Update macos-install.sh --- .github/actions/macos-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/macos-install.sh b/.github/actions/macos-install.sh index 716dd709..652f4a5f 100755 --- a/.github/actions/macos-install.sh +++ b/.github/actions/macos-install.sh @@ -4,13 +4,8 @@ echo "Xcode versionn:" xcodebuild -version export gampath=dist/gam 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 $gam version extended export GAMVERSION=`$gam version simple` cp LICENSE $gampath