atom.exe is now up on more directory

This commit is contained in:
Kevin Sawicki
2014-12-12 10:51:22 -08:00
parent 3cf104444c
commit 9d3aaad394

View File

@@ -16,7 +16,7 @@ FOR %%a IN (%*) DO (
)
IF "%EXPECT_OUTPUT%"=="YES" (
"%~dp0\..\atom.exe" %*
"%~dp0\..\..\atom.exe" %*
) ELSE (
"%~dp0\..\app\apm\node_modules\atom-package-manager\bin\node.exe" "%~dp0\atom.js" %*
)