minism / SublimeLove

LÖVE support for SublimeText2
http://love2d.org
41 stars 16 forks source link

build command does not work #14

Open buckle2000 opened 8 years ago

buckle2000 commented 8 years ago

the only output is [Finished in 0.1s] nothing happens then

BoldBigflank commented 4 years ago

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"],