I can't build with sublime text anymore
Posted: Thu Jan 23, 2014 10:00 am
Hello, I was a former love2d user but that was 0.8.0 but then after updating to 0.9.0, I cant build my projects anymore in sublime text. it will say: "building" but after that, nothing happens. No error etc. just a blank console.
heres my build system:
{
"selector": "source.lua",
"cmd": ["C:\\Users\\BUI\\Desktop\\UNUSEED\\DonHD\\love-0.9.0-win32\\love-0.9.0-win32\\love.exe", "${project_path:${folder:${file_path}}}"]
}
is there something wrong with it?
heres my build system:
{
"selector": "source.lua",
"cmd": ["C:\\Users\\BUI\\Desktop\\UNUSEED\\DonHD\\love-0.9.0-win32\\love-0.9.0-win32\\love.exe", "${project_path:${folder:${file_path}}}"]
}
is there something wrong with it?