Skip to content

Commit

Permalink
fix: add macsign
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 19, 2024
1 parent cb78de3 commit cd7aaed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/client/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ async function run() {
platform: 'mac',
},
});
if (!!process.env.APPLE_ID) {
//sign jar first
await sign();
}
await buildWeb();
await buildClient('mac-jre');

Expand Down

0 comments on commit cd7aaed

Please sign in to comment.