mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
blarg
This commit is contained in:
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user