Sublime Text2 Doesn't build
Posted: Mon Apr 14, 2014 6:55 pm
Hello,
I'm trying to build my lua files from Sublime Text 2 editor on Windows 8. This is my build system:
When I run build on my lua file, it writes "building" in status bar but doesn't show anything in output, nor does any windows open afterwards.
I've tried building throught cmd prompt and it does work there.
Has anyone had this problem? Thanks anyone for help.
I'm trying to build my lua files from Sublime Text 2 editor on Windows 8. This is my build system:
Code: Select all
{
"selector": "source.lua",
"cmd": ["\"C:/Program Files (x86)/LOVE/love.exe\"", "$file_path"],
"shell": true
}
I've tried building throught cmd prompt and it does work there.
Has anyone had this problem? Thanks anyone for help.