Skip to content

Commit

Permalink
build: make build targets explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBernier committed Apr 21, 2019
1 parent 53a14f3 commit 88930ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ module.exports = {
productName: 'FAT Wallet',
linux: {
category: 'Utility',
target: ['deb', 'zip', 'AppImage']
target: ['deb', 'AppImage']
},
appImage: {
license: 'LICENSE.md'
},
mac: {
category: 'public.app-category.finance'
category: 'public.app-category.finance',
target: ['dmg']
},
win: {
target: ['nsis']
}
}
}
Expand Down

0 comments on commit 88930ab

Please sign in to comment.