Search found 1 match

by urraka
Sat Dec 14, 2013 10:47 pm
Forum: Support and Development
Topic: Love window doesn't open when building in Sublime Text 2
Replies: 5
Views: 5423

Re: Love window doesn't open when building in Sublime Text 2

Try adding this to your ST2 build config:

Code: Select all

"shell": true
If that doesn't work you can also try changing the command to this:

Code: Select all

cmd: ["start", "love", "${project_path:${folder:${file_path}}}"]