SublimeLove
SublimeLove copied to clipboard
build command does not work
the only output is
[Finished in 0.1s]
nothing happens then
I did some digging. I changed a line Love.sublime-build
"cmd": ["for depth in {0..5}; do if [ -f main.lua ]; then love .; fi; cd ..; done"],
to this:
"cmd": ["love", "$project_path"],