Skip to content

Commit

Permalink
I am now enemies with cargo-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 7, 2024
1 parent 9a97fa0 commit 79feb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Bundle
run: |
cargo build --release
mv ./target ./crates/moonlight-installer
cp -r ./target ./crates/moonlight-installer/target
cd ./crates/moonlight-installer
cargo bundle --release
cd ../..
mv ./crates/moonlight-installer/target ./target
mv ./crates/moonlight-installer/target .
- name: Apply ad-hoc signature
run: codesign --force --deep -s - "target/release/bundle/osx/moonlight installer.app"
- name: Create DMG
Expand Down

0 comments on commit 79feb9e

Please sign in to comment.