ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 0728bb31aa730012f5f688a7d414cab33a13497e
parent 7eb98bb0d8f983f573e61f43c1d6735181c7d008
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Sun,  4 Sep 2022 15:20:27 +0200

Fix error in make-macos.sh (fixes microphone permissions)

Diffstat:
Mmake-macos.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-macos.sh b/make-macos.sh @@ -72,7 +72,7 @@ rm $TARGET_X86_64 rm $TARGET_ARM64 strip $TARGET_UNIVERSAL install_name_tool -change @rpath/SDL2.framework/Versions/A/SDL2 @executable_path/../Frameworks/SDL2.framework/Versions/A/SDL2 $TARGET_UNIVERSAL -codesign -s - --entitlements pt2-clone.entitlements release/macOS/pt2-clone-macos.app +codesign -s - --entitlements ft2-clone.entitlements release/macOS/ft2-clone-macos.app echo Done. The executable can be found in \'${RELEASE_MACOS_DIR}\' if everything went well. #