Skip to content

Commit

Permalink
fix: Identity validation option is incorrect
Browse files Browse the repository at this point in the history
Close #1603
  • Loading branch information
develar committed Jun 1, 2017
1 parent 4c71fc0 commit 97699b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"Mac",
"appx"
],
"author": "Stefan Judis",
"author": "Vladimir Krivosheev",
"contributors": ["Stefan Judis"],
"license": "MIT",
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/src/macPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default class MacPackager extends PlatformPackager<MacOptions> {
}

const signOptions: any = {
skipIdentityValidation: true,
"identity-validation": false,
identity: name!,
type: type,
platform: isMas ? "mas" : "darwin",
Expand Down

0 comments on commit 97699b1

Please sign in to comment.