Skip to content

Commit

Permalink
build auto update target
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Oct 10, 2019
1 parent 1dfce9a commit 6c603a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ git.getLastCommit((_err, commit) => {
appId: 'center.dd.DDatElectron',
afterSign: publish ? join(__dirname, 'notarize.js') : undefined,
mac: {
target: ['dmg'],
target: ['dmg', 'zip'],
category: 'public.app-category.utilities',
entitlements: join(__dirname, 'entitlements.mac.plist'),
entitlementsInherit: join(__dirname, 'entitlements.mac.plist'),
hardenedRuntime: true,
gatekeeperAssess: false
},
win: {
target: ['portable']
target: ['portable', 'nsis']
},
publish: {
provider: 'github',
Expand Down

0 comments on commit 6c603a2

Please sign in to comment.