Skip to content

Commit

Permalink
might work better if I don't typo the unzip command
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Dec 11, 2024
1 parent 4027e7e commit 7e2841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e2841a

Please sign in to comment.