Created
January 19, 2014 12:39
-
-
Save mgussekloo/8504345 to your computer and use it in GitHub Desktop.
Sublime Text build script: Löve game engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["/usr/bin/killall love ; /Applications/love.app/Contents/MacOS/love ${project_path}"], | |
"working_dir": "${project_path}", | |
"shell": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment