Skip to content

Commit

Permalink
blarg
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Dec 11, 2024
1 parent 7e2841a commit 688830d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Combine app bundles
shell: bash
run: |
unzip x86_64/melonDS-x86_64.zip -d x86_64
unzip melonDS-arm64.zip
unzip x86_64/*.zip -d x86_64
unzip *.zip
lipo {.,x86_64}/melonDS.app/Contents/MacOS/melonDS -create -output melonDS
cp melonDS melonDS.app/Contents/MacOS/melonDS
- name: Create disk image
Expand Down

0 comments on commit 688830d

Please sign in to comment.