undertale-mod-tool: Update to version 0.3.0-4

master
Richard Kuhnt 2020-07-04 00:30:15 +00:00
parent 34f605ccfa
commit e752deb4e8
1 changed files with 24 additions and 24 deletions

View File

@ -1,24 +1,24 @@
{
"version": "0.3.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",
"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": "fd36d0b25451be7e95ae01aa61bafb35675b5871c56c2864324781cd0ee7ba83"
},
"32bit": {
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.3.0/UndertaleModTool-v0.3.0.zip",
"hash": "fd36d0b25451be7e95ae01aa61bafb35675b5871c56c2864324781cd0ee7ba83"
}
},
"bin": "UndertaleModTool.exe",
"shortcuts": [
["UndertaleModTool.exe", "Undertale Mod Tool"]
],
"post_install": [
"Get-ChildItem \"$dir/ExperimentalScripts/*.csx\" | Copy-Item -Destination { \"$dir/SampleScripts/exp_\" + $_.Name } -Force"
]
}
{
"version": "0.3.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",
"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": "fd36d0b25451be7e95ae01aa61bafb35675b5871c56c2864324781cd0ee7ba83"
},
"32bit": {
"url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.3.0/UndertaleModTool-v0.3.0.zip",
"hash": "fd36d0b25451be7e95ae01aa61bafb35675b5871c56c2864324781cd0ee7ba83"
}
},
"bin": "UndertaleModTool.exe",
"shortcuts": [
["UndertaleModTool.exe", "Undertale Mod Tool"]
],
"post_install": [
"Get-ChildItem \"$dir/ExperimentalScripts/*.csx\" | Copy-Item -Destination { \"$dir/SampleScripts/exp_\" + $_.Name } -Force"
]
}