From 4a1d8b97b98decc0847d0545e106b7959c786aab Mon Sep 17 00:00:00 2001 From: Code <60588434+superusercode@users.noreply.github.com> Date: Sun, 14 May 2023 16:57:24 -0400 Subject: [PATCH 1/3] undertale-mod-tool: update to 0.5.1.0 and fix shim --- bucket/undertale-mod-tool.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bucket/undertale-mod-tool.json b/bucket/undertale-mod-tool.json index 9ebb0fc1a552..b9d9d2dc4d37 100644 --- a/bucket/undertale-mod-tool.json +++ b/bucket/undertale-mod-tool.json @@ -1,10 +1,11 @@ { - "version": "0.5.0.0", + "version": "0.5.1.0", "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.5.0.0/UndertaleModTool_v0.5.0.0.zip", - "hash": "4a4a8ea6e87227d00d094ca49d1b7ac99d04f4b25aaf28edded00a715a2e0c9c", + "url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.5.1.0/UndertaleModTool_v0.5.1.0.zip", + "hash": "ce64de1da642ad6d7b803bebf89e46ec35bd38edba4374e96f3a75ed7349c18b", + "extract_dir": "UndertaleModTool_v0.5.0.0", "pre_install": "if (!(Test-Path \"$persist_dir\\UndertaleModTool.exe.config\")) { New-Item \"$dir\\UndertaleModTool.exe.config\" | Out-Null }", "bin": "UndertaleModTool.exe", "shortcuts": [ @@ -16,6 +17,7 @@ "persist": "UndertaleModTool.exe.config", "checkver": "github", "autoupdate": { - "url": "https://github.com/krzys-h/UndertaleModTool/releases/download/$version/UndertaleModTool_v$version.zip" + "url": "https://github.com/krzys-h/UndertaleModTool/releases/download/$version/UndertaleModTool_v$version.zip", + "extract_dir": "UndertaleModTool_v$version" } } From 4211fae735afaaa83d217ea14712494abd7e2aad Mon Sep 17 00:00:00 2001 From: Code <60588434+superusercode@users.noreply.github.com> Date: Sun, 14 May 2023 16:59:24 -0400 Subject: [PATCH 2/3] typo --- bucket/undertale-mod-tool.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/undertale-mod-tool.json b/bucket/undertale-mod-tool.json index b9d9d2dc4d37..f0fe73fab7e6 100644 --- a/bucket/undertale-mod-tool.json +++ b/bucket/undertale-mod-tool.json @@ -5,7 +5,7 @@ "license": "GPL-3.0-only", "url": "https://github.com/krzys-h/UndertaleModTool/releases/download/0.5.1.0/UndertaleModTool_v0.5.1.0.zip", "hash": "ce64de1da642ad6d7b803bebf89e46ec35bd38edba4374e96f3a75ed7349c18b", - "extract_dir": "UndertaleModTool_v0.5.0.0", + "extract_dir": "UndertaleModTool_v0.5.1.0", "pre_install": "if (!(Test-Path \"$persist_dir\\UndertaleModTool.exe.config\")) { New-Item \"$dir\\UndertaleModTool.exe.config\" | Out-Null }", "bin": "UndertaleModTool.exe", "shortcuts": [ From 86855afab40afe0bf5ee781172e7d2117477c514 Mon Sep 17 00:00:00 2001 From: Code <60588434+superusercode@users.noreply.github.com> Date: Sun, 14 May 2023 18:03:48 -0400 Subject: [PATCH 3/3] summoning the horrors --- bucket/undertale-mod-tool.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/undertale-mod-tool.json b/bucket/undertale-mod-tool.json index f0fe73fab7e6..22a31351e27d 100644 --- a/bucket/undertale-mod-tool.json +++ b/bucket/undertale-mod-tool.json @@ -15,7 +15,10 @@ ] ], "persist": "UndertaleModTool.exe.config", - "checkver": "github", + "checkver": { + "url": "https://api.github.com/repos/krzys-h/UndertaleModTool/tags", + "regex": "tags/([\\d.]+)" + }, "autoupdate": { "url": "https://github.com/krzys-h/UndertaleModTool/releases/download/$version/UndertaleModTool_v$version.zip", "extract_dir": "UndertaleModTool_v$version"