Skip to content

Instantly share code, notes, and snippets.

@jfcalvo
jfcalvo / run.sh
Created June 26, 2012 22:38
My Sublime Text 2 Build System to build MoaiSDK Projects with MacOS
/*
Change MOAI_BIN environment for the directory where your have MoaiSDK bin
*/
{
"cmd": ["./run.sh"],
"working_dir": "${project_path:${folder}}",
"env": {
"MOAI_BIN": "/Users/jfcalvo/Development/moai-sdk/bin/osx/moai"
},
"selector": "source.lua"