From bcf4e55436fc227e44e2b77de6db2920e9fe2d02 Mon Sep 17 00:00:00 2001 From: yuejiajun <1530620364@qq.com> Date: Sun, 17 Aug 2025 18:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=9F=BA=E7=A1=80=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E3=80=91=20=E5=AE=89=E8=A3=85=E5=8C=85=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/install_base.iss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/install_base.iss b/base/install_base.iss index c8ef1a5..e7bb68e 100644 --- a/base/install_base.iss +++ b/base/install_base.iss @@ -5,6 +5,8 @@ #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "command" +#define MyAppExeNameHump "Command" +#define MyAppExeNameUpper "COMMAND" #define MyAppAssocName MyAppName + " File" #define MyAppAssocExt ".myp" #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt