mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-29 16:20:19 -05:00
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
This commit is contained in:
@ -321,5 +321,5 @@
|
|||||||
"Order": "a084_",
|
"Order": "a084_",
|
||||||
"Type": "Button",
|
"Type": "Button",
|
||||||
"ButtonWidth": "300"
|
"ButtonWidth": "300"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user