Skip to content

Commit

Permalink
chore: enable code signing in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KochiyaOcean committed Aug 11, 2022
1 parent 0f6d880 commit 44021c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ module.exports = {
publish: [],
icon: 'assets/icons/poi.ico',
verifyUpdateCodeSignature: false,
publisherName: 'poi dev team',
target: [
...createTargets(isFullTarget ? ['nsis', '7z'] : ['7z']),
{ target: '7z', arch: 'ia32' },
],
sign: async () => console.log('Skip signing'),
},
linux: {
publish: [],
Expand Down

0 comments on commit 44021c7

Please sign in to comment.