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

22 lines
965 B
JSON

{
"version": "0.4.0.4",
"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",
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.4.0.4/UndertaleModTool_v0.4.0.4.zip",
"hash": "499cb15977c9c14fe605662d14d08632d3a3b9f287e77ee9bd8ba7a6a0958ece",
"pre_install": "if (!(Test-Path \"$persist_dir\\UndertaleModTool.exe.config\")) { New-Item \"$dir\\UndertaleModTool.exe.config\" | Out-Null }",
"bin": "UndertaleModTool.exe",
"shortcuts": [
[
"UndertaleModTool.exe",
"Undertale Mod Tool"
]
],
"persist": "UndertaleModTool.exe.config",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/$version/UndertaleModTool_v$version.zip"
}
}