Remove universal app bundle and instead just create an ARM64-only adhoc codesigned macOS build.

This commit is contained in:
GreemDev 2025-11-19 02:54:28 -06:00
parent 67b65f60bc
commit e1bf422579
3 changed files with 14 additions and 134 deletions

View file

@ -14,7 +14,7 @@ mkdir "$APP_BUNDLE_DIRECTORY/Contents/Frameworks"
mkdir "$APP_BUNDLE_DIRECTORY/Contents/MacOS"
mkdir "$APP_BUNDLE_DIRECTORY/Contents/Resources"
# Copy executable and nsure executable can be executed
# Copy executable and ensure executable can be executed
cp "$PUBLISH_DIRECTORY/Ryujinx" "$APP_BUNDLE_DIRECTORY/Contents/MacOS/Ryujinx"
chmod u+x "$APP_BUNDLE_DIRECTORY/Contents/MacOS/Ryujinx"