Strange. Apparently even when not using LLVM we need to fixup

This commit is contained in:
GreemDev 2025-11-14 22:21:18 -06:00
parent e0b607e572
commit 15fe5b516c

View file

@ -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"