Jonathan Osser
Jonathan Osser
how do i do that? and crashing as in stops responding
.atom-build.json: ``` { "cmd": "{PROJECT_PATH}/code/build.bat", "args": [], "sh": false, "cwd": "{PROJECT_PATH}", "env": { }, "errorMatch": "(?.+)\\((?\\d+)\\)" } ``` build.bat: ``` @echo off call "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64...
I don't know where to get the crashlog, so if you would be so nice to tell where to find it, I could give it to you.
Seems atom-build doesn't like subst at all. Just tried to go to where it was on the actual drive and build it from there, and it works like a charm.
virtual drive
the command on windows is subst
when on a virtual drive it freezes and asks to close.
That is very much true... Hadn't thought of it until you wrote it.
I am experiencing the same problem on windows 10, even when I installed via stack as explained in the post linked to by @nxths.