Skip to content

Commit

Permalink
Master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor251093 committed Nov 30, 2023
2 parents 3825f92 + 322f92f commit e9d0279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
- name: Codesign app
run: codesign -s - --deep -f ${{runner.workspace}}/build/universal/melonDS.app

- name: Codesign app
run: codesign -s - --deep -f ${{runner.workspace}}/build/universal/melonDS.app

- name: Create DMG
run: hdiutil create -fs HFS+ -volname khDaysMM -srcfolder ${{runner.workspace}}/build/universal/khDaysMM.app -ov -format UDBZ ${{runner.workspace}}/build/universal/khDaysMM.dmg

Expand Down
Binary file added res/melon.icns
Binary file not shown.

0 comments on commit e9d0279

Please sign in to comment.