electron-squirrel-startup
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -18,3 +18,5 @@ var path = require('path'); | ||
debug('processing squirrel command `%s`', cmd); | ||
var target = path.basename(process.execPath); | ||
var target = '"' + path.basename(process.execPath) + '"'; | ||
if (cmd === '--squirrel-install' || cmd === '--squirrel-updated') { | ||
@@ -21,0 +23,0 @@ run(['--createShortcut', target], app.quit); |
{ | ||
"name": "electron-squirrel-startup", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Default Squirrel.Windows event handler for your Electron apps.", | ||
@@ -5,0 +5,0 @@ "author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)", |
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
18884