scoop-games/bucket/undertale-mod-tool.json

37 lines
1.5 KiB
JSON

{
"version": "0.3.5.2",
"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 builtin script\" submenu with \"exp\" prefix.",
"architecture": {
"64bit": {
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.3.5.2/UndertaleModTool-v0.3.5.2.zip",
"hash": "8883adfd1eef5ad9281b346fea4cc2451fdc7b9cefd9a75b2ff1fc1cd91355d9"
},
"32bit": {
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.3.5.2/UndertaleModTool-v0.3.5.2.zip",
"hash": "8883adfd1eef5ad9281b346fea4cc2451fdc7b9cefd9a75b2ff1fc1cd91355d9"
}
},
"bin": "UndertaleModTool.exe",
"shortcuts": [
[
"UndertaleModTool.exe",
"Undertale Mod Tool"
]
],
"post_install": "Get-ChildItem \"$dir/ExperimentalScripts/*.csx\" | Copy-Item -Destination { \"$dir/SampleScripts/exp_\" + $_.Name } -Force",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/$version/UndertaleModTool-v$version.zip"
},
"32bit": {
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/$version/UndertaleModTool-v$version.zip"
}
}
}
}