From 7e2841a4d7d9a04455d5de1cb95e9b9fb44f85d1 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 11 Dec 2024 13:10:58 +0100 Subject: [PATCH] might work better if I don't typo the unzip command --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index bac86e9a..82b2be77 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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