electron-osx-sign
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -160,4 +160,5 @@ var fs = require('fs') | ||
module.exports = function sign (app, opts, cb) { | ||
if (!opts) opts = {app: app} | ||
if (!opts) opts = {} | ||
if (!cb) cb = function () {} | ||
opts.app = app | ||
if (!opts.app) return cb(new Error('Path to aplication must be specified.')) | ||
@@ -164,0 +165,0 @@ if (!fs.existsSync(opts.app)) return cb(new Error('Application not found.')) |
{ | ||
"name": "electron-osx-sign", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Codesign for Electron-packed apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20746
362