From 3ac4a710856c07803272b5978045c993ecb8f4d5 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 25 Jun 2025 10:31:29 +0700 Subject: [PATCH] add missing comma --- config/ext.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index 3a3cacdf..a5eca9f4 100644 --- a/config/ext.json +++ b/config/ext.json @@ -340,7 +340,7 @@ "arg-type": "none", "ext-depends": [ "xml" - ] + ], "target": [ "static" ]