might work better if I don't typo the unzip command
This commit is contained in:
parent
4027e7e595
commit
7e2841a4d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue