Skip to content

Commit

Permalink
fix: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 13, 2021
1 parent 2252e1e commit e89d319
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ module.exports = {
target: ['AppImage'],
category: 'Network',
},
win: {
target: ['nsis'],
verifyUpdateCodeSignature: false,
},
mac: {
hardenedRuntime: true,
entitlements: 'build/entitlements.mac.plist',
Expand Down

0 comments on commit e89d319

Please sign in to comment.