20 lines
875 B
JSON
20 lines
875 B
JSON
{
|
|
"homepage": "https://github.com/rhmodding/Tickompiler",
|
|
"version": "1.9.1",
|
|
"description": "A compiler/decompiler for Tickflow, a language based on the bytecode format used by the game Rhythm Heaven Megamix",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre"
|
|
},
|
|
"url": "https://github.com/rhmodding/Tickompiler/releases/download/v1.9.1/tickompiler.jar",
|
|
"hash": "0bd1c8ac711f063c18f01d179de719cc240135ff4f5eb441ccfe4f9fc8834d30",
|
|
"pre_install": "\"@java -jar \"\"$dir\\tickompiler.jar\"\" %*\" | out-file -en oem \"$dir\\tickompiler.cmd\"",
|
|
"bin": "tickompiler.cmd",
|
|
"checkver": {
|
|
"github": "https://github.com/rhmodding/Tickompiler/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/rhmodding/Tickompiler/releases/download/v$version/tickompiler.jar"
|
|
}
|
|
}
|