From 154b87bb6585e1acc78e9e44094a1263151750d5 Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 18 Mar 2022 00:55:43 +0800 Subject: [PATCH] prboom-plus: Add `extract_dir` (#593) --- bucket/prboom-plus.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/prboom-plus.json b/bucket/prboom-plus.json index cdf43172..20c1165c 100644 --- a/bucket/prboom-plus.json +++ b/bucket/prboom-plus.json @@ -10,6 +10,7 @@ ], "url": "https://github.com/coelckers/prboom-plus/releases/download/v2.6.2/prboom-plus-262-w32.zip", "hash": "20313e00d8841a618e23e7c671d65870194bee634468fecd2f3697ac05f21476", + "extract_dir": "prboom-plus-262-w32", "pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null", "env_set": { "DOOMWADDIR": "$persist_dir\\..\\_doom" @@ -55,6 +56,7 @@ "github": "https://github.com/coelckers/prboom-plus" }, "autoupdate": { - "url": "https://github.com/coelckers/prboom-plus/releases/download/v$version/prboom-plus-$cleanVersion-w32.zip" + "url": "https://github.com/coelckers/prboom-plus/releases/download/v$version/prboom-plus-$cleanVersion-w32.zip", + "extract_dir": "prboom-plus-$cleanVersion-w32" } }