build(client/windows): installer AppId 改为合法 GUID

原 AppId 段含非 hex 占位(PANGOLIN0001);Inno 虽接受任意串,改为规范 GUID 更清晰。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-06-22 09:17:31 +08:00
parent ec0e3d1498
commit 4025ce341c
+1 -1
View File
@@ -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}