Skip to content

Commit

Permalink
More windows skipSigning check more lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
soer8647 committed Jun 7, 2022
1 parent f95e839 commit 45dfca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const fs = require('fs');
const builder = require('electron-builder');

const targetNet = process.env.TARGET_NET;
const skipSigning = process.env.SIGNING === 'skip';
const skipSigning = process.env.SIGNING.includes('skip');

let name;
let productName;
Expand Down

0 comments on commit 45dfca0

Please sign in to comment.