mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
might work better if I don't typo the unzip command
This commit is contained in:
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user