From b51fee444b981fde0d8be1bf9649464dc922c504 Mon Sep 17 00:00:00 2001 From: Ochenstarik Date: Thu, 20 Aug 2026 18:15:03 +0700 Subject: [PATCH] fix: write update_manifest.json without UTF-8 BOM --- update_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_manifest.json b/update_manifest.json index f1361e7..99902a2 100644 --- a/update_manifest.json +++ b/update_manifest.json @@ -1,4 +1,4 @@ -{ +{ "product": "Hermes Hub", "version": "0.1.1", "channel": "stable",