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.