Skip to content

Instantly share code, notes, and snippets.

@Jarodwr
Created February 14, 2018 02:06
Show Gist options
  • Save Jarodwr/9bff1404ee6d1f429d31eb39fb592579 to your computer and use it in GitHub Desktop.
Save Jarodwr/9bff1404ee6d1f429d31eb39fb592579 to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "run",
"windows": {
"command": "\"C:\\Program Files\\LOVE\\love.exe\" ./",
},
"linux": {
"command": "love $PWD",
},
"osx": {
"command": "open -n -a love ./",
},
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment