Skip to content

Commit

Permalink
♻️ format vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lostdesign committed Jul 3, 2021
1 parent 804d7ae commit 60336b7
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,15 @@ module.exports = {
mac: {
hardenedRuntime: true,
entitlements: './build/entitlements.mac.inherit.plist',
target: [
'dmg'
]
target: ['dmg']
},
linux: {
target: [
'AppImage',
'deb',
'snap'
]
target: ['AppImage', 'deb', 'snap']
},
win: {
target: [
'nsis',
'portable'
]
target: ['nsis', 'portable']
},
publish: [
'github'
],
publish: ['github'],
appId: 'design.lost.linked',
afterSign: './afterSignHook.js'
}
Expand Down

0 comments on commit 60336b7

Please sign in to comment.