From e4565f1f6feb6ae1dc654970f682b831abbb38cf Mon Sep 17 00:00:00 2001 From: Rux Date: Mon, 7 Oct 2024 13:41:38 -0700 Subject: [PATCH] Hotfix feature.json (#2865) - Stray comma at the end of line 324. - Since JSON handling is different between Powershell 5 and Powershell 7. You only notice the error during Compiling on Powershell 5. Fixes https://github.com/ChrisTitusTech/winutil/issues/2864 --- config/feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/feature.json b/config/feature.json index 137cd9ee..7ea9e48c 100644 --- a/config/feature.json +++ b/config/feature.json @@ -321,5 +321,5 @@ "Order": "a084_", "Type": "Button", "ButtonWidth": "300" - }, + } }