SublimeLove icon indicating copy to clipboard operation
SublimeLove copied to clipboard

build command does not work

Open buckle2000 opened this issue 8 years ago • 1 comments

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

buckle2000 avatar May 23 '16 02:05 buckle2000

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

BoldBigflank avatar Feb 23 '20 19:02 BoldBigflank