【基础环境】 安装包编译流程

This commit is contained in:
yuejiajun 2025-08-17 18:52:13 +08:00
parent be5e779ffe
commit bcf4e55436

View File

@ -5,6 +5,8 @@
#define MyAppPublisher "X" #define MyAppPublisher "X"
#define MyAppURL "~" #define MyAppURL "~"
#define MyAppExeName "command" #define MyAppExeName "command"
#define MyAppExeNameHump "Command"
#define MyAppExeNameUpper "COMMAND"
#define MyAppAssocName MyAppName + " File" #define MyAppAssocName MyAppName + " File"
#define MyAppAssocExt ".myp" #define MyAppAssocExt ".myp"
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt