Skip to content

Commit

Permalink
Merge pull request #216 from outofambit/fix/hardened-runtime-opt-type
Browse files Browse the repository at this point in the history
fix: add ts type for hardenedRuntime option
  • Loading branch information
sethlu authored Nov 8, 2019
2 parents 4a47bba + 8157085 commit bae6f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ declare module "electron-osx-sign" {
entitlements?: string;
'entitlements-inherit'?: string;
'gatekeeper-assess'?: boolean;
hardenedRuntime?: boolean;
'identity-validation'?: boolean;
ignore?: string;
'pre-auto-entitlements'?: boolean;
Expand Down

0 comments on commit bae6f58

Please sign in to comment.