use same cli script in Windows

fixes #3055
This commit is contained in:
Joao Moreno
2016-02-25 17:35:33 +01:00
parent 5730e16736
commit 00035055a4
3 changed files with 2 additions and 4 deletions

View File

@@ -2,5 +2,5 @@
setlocal
set VSCODE_DEV=
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
"%~dp0..\\Code.exe" "%~dp0code.js" %*
call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\\app\\out\\cli.js" %*
endlocal