electron-installer-codesign
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -176,2 +176,3 @@ /* eslint no-console:0 */ | ||
codesign.bind(null, opts.appPath + '/Contents/MacOS/*', opts), | ||
codesign.bind(null, opts.appPath + '/Contents/Resources/*', opts), | ||
codesign.bind(null, opts.appPath, opts), | ||
@@ -178,0 +179,0 @@ verify.bind(null, opts.appPath) |
{ | ||
"name": "electron-installer-codesign", | ||
"description": "Sign your electron apps on OSX.", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)", | ||
@@ -6,0 +6,0 @@ "homepage": "http://github.com/mongodb-js/electron-installer-codesign", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20299
217