Skip to content

Commit

Permalink
chore: add publisherName
Browse files Browse the repository at this point in the history
  • Loading branch information
KochiyaOcean committed Aug 10, 2022
1 parent 31ce75b commit 15df22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
publish: [],
icon: 'assets/icons/poi.ico',
verifyUpdateCodeSignature: false,
publisherName: 'poi dev team',
target: [
...createTargets(isFullTarget ? ['nsis', '7z'] : ['7z']),
{ target: '7z', arch: 'ia32' },
Expand Down

0 comments on commit 15df22b

Please sign in to comment.