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

View File

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