允许自定义下载和修改编译路径

This commit is contained in:
zsyg
2025-07-02 10:25:17 +08:00
committed by GitHub
parent d454ac0fdc
commit 259b075541
2 changed files with 2 additions and 2 deletions

View File

@@ -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