Skip to content

Instantly share code, notes, and snippets.

@ThomasGaubert
Last active August 29, 2015 14:15
Show Gist options
  • Save ThomasGaubert/712a6df3ea7c563fc438 to your computer and use it in GitHub Desktop.
Save ThomasGaubert/712a6df3ea7c563fc438 to your computer and use it in GitHub Desktop.
Sample Smite file
{
"name": "Project Name",
"version": "1.0.5",
"versionCode": 7,
"updateFirst": false,
"minVersion": 1,
"url": "https://gist.githubusercontent.com/TexasGamer/712a6df3ea7c563fc438/raw/",
"tasks":[
{
"name": "Update Program",
"type": "UPDATE",
"version": "1.0",
"versionCode": 1,
"path": ".",
"url": "http://website.com/task.zip"
},
{
"name": "Run Program",
"type": "RUN",
"command": "java -jar project.jar"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment