From b3c6eef326443cf94b85eac9ad7a7b6423f6b0c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E5=A4=B4=E7=8C=AB?= Date: Mon, 4 Sep 2023 00:26:34 +0800 Subject: [PATCH] feat: appid --- release/build-windows.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/build-windows.iss b/release/build-windows.iss index 262c1e49..dc922b80 100644 --- a/release/build-windows.iss +++ b/release/build-windows.iss @@ -11,7 +11,7 @@ [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{#MyAppId} +AppId={#MyAppId} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion}