mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move script to script-old
This commit is contained in:
6
script-old/bootstrap.cmd
Normal file
6
script-old/bootstrap.cmd
Normal file
@@ -0,0 +1,6 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\bootstrap" %*
|
||||
) ELSE (
|
||||
node "%~dp0\bootstrap" %*
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user