Sublime Forum

Corona SDK Build System w/ Shell

#1

I’m trying to get the shell to work with Corona using the following:

{
	"cmd": "C:\\Program Files (x86)\\Corona Labs\\Corona SDK\\corona simulator.exe", "$file"],
	"shell": true
}

Prior to using the shell option, it was working perfectly fine. When adding the shell option, it complains about C:\Program, it seems to choke on the spaces.

0 Likes

#2

Still haven’t figured this out, but I used a workaround of using dos 8 character names and I was able to get it working.
I’d love to know what the problem is, and how I can fix it going forward.

0 Likes