This commit is contained in:
Nadia Holmquist Pedersen 2024-12-11 13:21:05 +01:00
parent 7e2841a4d7
commit 688830d0f3
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ jobs:
- name: Combine app bundles
shell: bash
run: |
unzip x86_64/melonDS-x86_64.zip -d x86_64
unzip melonDS-arm64.zip
unzip x86_64/*.zip -d x86_64
unzip *.zip
lipo {.,x86_64}/melonDS.app/Contents/MacOS/melonDS -create -output melonDS
cp melonDS melonDS.app/Contents/MacOS/melonDS
- name: Create disk image