From 15fe5b516c774cb9317daeccff12c8c3d8ef1fa9 Mon Sep 17 00:00:00 2001 From: GreemDev Date: Fri, 14 Nov 2025 22:21:18 -0600 Subject: [PATCH] Strange. Apparently even when not using LLVM we need to fixup --- distribution/macos/create_app_bundle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/macos/create_app_bundle.sh b/distribution/macos/create_app_bundle.sh index cf7b269d4..24414e28f 100755 --- a/distribution/macos/create_app_bundle.sh +++ b/distribution/macos/create_app_bundle.sh @@ -31,8 +31,8 @@ cp -r "$PUBLISH_DIRECTORY/THIRDPARTY.md" "$APP_BUNDLE_DIRECTORY/Contents/Resourc echo -n "APPL????" > "$APP_BUNDLE_DIRECTORY/Contents/PkgInfo" # Fixup libraries and executable -# echo "Running bundle fix up python script" -# python3 bundle_fix_up.py "$APP_BUNDLE_DIRECTORY" MacOS/Ryujinx +echo "Running bundle fix up python script" +python3 bundle_fix_up.py "$APP_BUNDLE_DIRECTORY" MacOS/Ryujinx # Now sign it echo "Starting signing process"