diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 82b2be77..aed701f4 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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