1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

sign the app instead of the dmg, maybe that'll let it at least open without removing the quarantined attribute

This commit is contained in:
Nadia Holmquist Pedersen 2024-12-11 13:46:41 +01:00
parent d0fff6ccee
commit 825233653d

View file

@ -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: