From 825233653daa2627bef275d9c554aa14dc1419ba Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 11 Dec 2024 13:46:41 +0100 Subject: [PATCH] sign the app instead of the dmg, maybe that'll let it at least open without removing the quarantined attribute --- .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 07a897b4..8413e16f 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -75,6 +75,7 @@ jobs: unzip *.zip lipo {.,x86_64}/melonDS.app/Contents/MacOS/melonDS -create -output melonDS cp melonDS melonDS.app/Contents/MacOS/melonDS + codesign -s - --deep melonDS.app - name: Create disk image shell: bash run: | @@ -82,7 +83,6 @@ jobs: ln -s /Applications app/Applications mv melonDS.app app hdiutil create -fs HFS+ -volname melonDS -srcfolder app -ov -format UDBZ melonDS.dmg - codesign -s - --deep melonDS.dmg - name: Upload artifact uses: actions/upload-artifact@v4 with: