From 4025ce341c6427a49adde54cbc74de545774d7c2 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Mon, 22 Jun 2026 09:17:31 +0800 Subject: [PATCH] =?UTF-8?q?build(client/windows):=20installer=20AppId=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=90=88=E6=B3=95=20GUID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原 AppId 段含非 hex 占位(PANGOLIN0001);Inno 虽接受任意串,改为规范 GUID 更清晰。 Co-Authored-By: Claude Opus 4.8 --- client/windows/installer/pangolin.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/windows/installer/pangolin.iss b/client/windows/installer/pangolin.iss index b3c14a6..72d5015 100644 --- a/client/windows/installer/pangolin.iss +++ b/client/windows/installer/pangolin.iss @@ -9,7 +9,7 @@ #define BuildDir "..\..\build\windows\x64\runner\Release" [Setup] -AppId={{B2F1B0A0-7A3C-4C2E-9E5A-PANGOLIN0001} +AppId={{B2F1B0A0-7A3C-4C2E-9E5A-1A2B3C4D5E6F} AppName={#MyAppName} AppVersion={#MyAppVersion} AppPublisher={#MyAppPublisher}