Skip to content

Commit

Permalink
feat: remove sign
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Jan 16, 2025
1 parent 7ceafdf commit 09d37e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 121 deletions.
10 changes: 0 additions & 10 deletions scripts/client/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/

const { execSync } = require('child_process');
const path = require('path');
const { run: sign } = require('./sign');
const electronBuilder = require('electron-builder');
/**
* build renderer
Expand Down Expand Up @@ -113,10 +111,6 @@ async function run() {
platform: 'mac',
},
});
if (!!process.env.APPLE_ID) {
//sign jar first
await sign();
}
await buildWeb();
await buildClient('mac-jre');
return;
Expand Down Expand Up @@ -176,10 +170,6 @@ async function run() {
platform: 'mac',
},
});
if (!!process.env.APPLE_ID) {
//sign jar first
await sign();
}
await buildWeb();
await buildClient('mac-jre');

Expand Down
111 changes: 0 additions & 111 deletions scripts/client/sign.js

This file was deleted.

0 comments on commit 09d37e2

Please sign in to comment.