Skip to content

Commit

Permalink
Merge branch 'egui' of github.com:moonlight-mod/moonlight-installer i…
Browse files Browse the repository at this point in the history
…nto egui
  • Loading branch information
NotNite committed Oct 7, 2024
2 parents 9c5c303 + 858cba3 commit 2aadb98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:
run: cargo build --bin moonlight-installer --release
- name: Bundle
run: cargo bundle --bin moonlight-installer --release
- name: Apply ad-hoc signature
run: codesign --force --deep -s - "target/release/bundle/osx/moonlight installer.app"
- name: Create DMG
run: hdiutil create -volname "Moonlight Installer" -srcfolder target/release/bundle/osx -ov -format UDZO moonlight-installer-macos.dmg
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: moonlight-installer-macos
path: target/release/bundle
path: moonlight-installer-macos.dmg

0 comments on commit 2aadb98

Please sign in to comment.