might work better if I don't typo the unzip command

This commit is contained in:
Nadia Holmquist Pedersen 2024-12-11 13:10:58 +01:00
parent 4027e7e595
commit 7e2841a4d7
1 changed files with 1 additions and 1 deletions

View File

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