25 lines
1.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"version": "0.3.0-6",
|
|
"description": "The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)",
|
|
"homepage": "https://github.com/krzys-h/UndertaleModTool",
|
|
"license": "GPL-3.0-only",
|
|
"notes": "Experimental scripts are added into \"Run buildin script\" submenu with \"exp\" prefix.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.3.0/UndertaleModTool-v0.3.0.zip",
|
|
"hash": "f41e3578d6a48b2f4eb5be294b676cda49476a797bc7c8b1fc1119b103a12d5e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.3.0/UndertaleModTool-v0.3.0.zip",
|
|
"hash": "f41e3578d6a48b2f4eb5be294b676cda49476a797bc7c8b1fc1119b103a12d5e"
|
|
}
|
|
},
|
|
"bin": "UndertaleModTool.exe",
|
|
"shortcuts": [
|
|
["UndertaleModTool.exe", "Undertale Mod Tool"]
|
|
],
|
|
"post_install": [
|
|
"Get-ChildItem \"$dir/ExperimentalScripts/*.csx\" | Copy-Item -Destination { \"$dir/SampleScripts/exp_\" + $_.Name } -Force"
|
|
]
|
|
}
|