electron-notarize
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -19,3 +19,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
return yield helpers_1.withTempDir((dir) => __awaiter(this, void 0, void 0, function* () { | ||
const zipPath = path.resolve(dir, `${path.basename(opts.appleIdPassword, '.app')}.zip`); | ||
const zipPath = path.resolve(dir, `${path.basename(opts.appPath, '.app')}.zip`); | ||
d('zipping application to:', zipPath); | ||
@@ -22,0 +22,0 @@ const zipResult = yield spawn_1.spawn('zip', [ |
{ | ||
"name": "electron-notarize", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Notarize your Electron app", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
58433