From 259b07554124cd621a35e2c661606d7ff2c1a784 Mon Sep 17 00:00:00 2001 From: zsyg <3872006562@qq.com> Date: Wed, 2 Jul 2025 10:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=92=8C=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inno/innosetup_x64.iss | 2 +- inno/innosetup_x86.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inno/innosetup_x64.iss b/inno/innosetup_x64.iss index 3fb8954..8e9ccdc 100644 --- a/inno/innosetup_x64.iss +++ b/inno/innosetup_x64.iss @@ -5,7 +5,7 @@ #define MyAppVersion "1.1.3" #define MyAppPublisher "zsyg" #define MyAppURL "https://github.com/zs-yg/kortapp-z" -#define MyAppExeName "kortapp.exe" +#define MyAppExeName "kortapp-z.exe" #define MyAppAssocName MyAppName + "" #define MyAppAssocExt ".exe" #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt diff --git a/inno/innosetup_x86.iss b/inno/innosetup_x86.iss index abef259..4f00390 100644 --- a/inno/innosetup_x86.iss +++ b/inno/innosetup_x86.iss @@ -5,7 +5,7 @@ #define MyAppVersion "1.1.3" #define MyAppPublisher "zsyg" #define MyAppURL "https://github.com/zs-yg/kortapp-z" -#define MyAppExeName "kortapp.exe" +#define MyAppExeName "kortapp-z.exe" #define MyAppAssocName MyAppName + "" #define MyAppAssocExt ".exe" #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt