user-startup
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -19,3 +19,3 @@ 'use strict'; | ||
function getFile(name) { | ||
return dir + '/' + name + '.plist'; | ||
return '' + dir + '/' + name + '.plist'; | ||
} | ||
@@ -35,3 +35,3 @@ | ||
cp.execSync('launchctl load ' + name); | ||
cp.execSync('launchctl load ' + file); | ||
} | ||
@@ -38,0 +38,0 @@ |
@@ -26,3 +26,3 @@ 'use strict'; | ||
function getFile(name) { | ||
return dir + '/' + name + '.desktop'; | ||
return '' + dir + '/' + name + '.desktop'; | ||
} | ||
@@ -29,0 +29,0 @@ |
@@ -19,3 +19,3 @@ 'use strict'; | ||
function getFile(name) { | ||
return dir + '\\' + name + '.vbs'; | ||
return '' + dir + '\\' + name + '.vbs'; | ||
} | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "user-startup", | ||
"version": "0.1.0", | ||
"description": "Automatically run commands when the user logs on (cross-platform)", | ||
"version": "0.1.1", | ||
"description": "Automatically run commands when the user logs in (cross-platform)", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -1,4 +0,4 @@ | ||
# user-startup | ||
# user-startup [![Build Status](https://travis-ci.org/typicode/user-startup.svg)](https://travis-ci.org/typicode/user-startup) [![npm version](https://badge.fury.io/js/user-startup.svg)](https://www.npmjs.com/package/user-startup) | ||
> Automatically run commands when the user logs in. Used in [hotel](https://github.com/typicode/hotel). | ||
> Automatically run commands when you log in. Used in [hotel](https://github.com/typicode/hotel). | ||
@@ -31,3 +31,3 @@ * Cross-platform (OS X, Linux and Windows) | ||
Creates a startup script and spawn process. | ||
Creates a startup script and spawns process. | ||
@@ -34,0 +34,0 @@ `remove(id)` |
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
7466
10