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