This commit is contained in:
Joao Moreno
2015-11-16 12:07:17 +01:00
parent c522d6ec2d
commit d649726399
8 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
@echo off
setlocal
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
"%~dp0..\\Code.exe" "%~dp0code.js" %*
endlocal