mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add initial atom.exe wrapper
This commit is contained in:
7
resources/win/atom.js
Normal file
7
resources/win/atom.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var spawn = require('child_process').spawn;
|
||||
|
||||
var options = {
|
||||
detached: true,
|
||||
stdio: 'ignore'
|
||||
}
|
||||
spawn("C:\\Users\\kevin\\AppData\\Local\\atom\\app-0.156.0\\atom.exe", [], options);
|
||||
Reference in New Issue
Block a user