From 7535e2b679b2cab1948e5f4732c5de70aadf154d Mon Sep 17 00:00:00 2001 From: Underscore Date: Wed, 2 Oct 2024 19:23:03 -0700 Subject: [PATCH] Hotfix feature.json - 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" - }, + } }