noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

When run Build it Stop Run, and Never any error? #486

Closed lmy46 closed 7 years ago

lmy46 commented 7 years ago

.atom-build.json: { "cmd": "\"C:\\Program Files (x86)\\Corona Labs\\Corona SDK\\Corona Simulator.exe\"", "args": ["main.lua"], "name": "Corona SDK", "cwd": "{FILE_ACTIVE_PATH}", "sh": true }

and output: '\"C:\Program Files (x86)\Corona Labs\Corona SDK\Corona Simulator.exe\"' ���O�����Υ~���R�O�B�i���檺�{���Χ妸�ɡC

It's output mojibake. and never run simulator, How to solve this problem? Thank you.

I have seen a lot of problems in the issue of responding to the Windows path. But I did not see how to solve. How to solve this problem?

Ref Problem with windows path #443