diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-28 12:35:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-28 12:35:07 +0800 |
| commit | afddded8fdab6925a83f1240999ebac8f76f239d (patch) | |
| tree | 16d692f32e15824863907156ad1d4ed8c7b29576 /templates/setup_jv_cli.iss.template | |
| parent | a469c6684619c9677dfc1125886acc37f24c81d4 (diff) | |
Replace manual template processing with just_template library
Diffstat (limited to 'templates/setup_jv_cli.iss.template')
| -rw-r--r-- | templates/setup_jv_cli.iss.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/setup_jv_cli.iss.template b/templates/setup_jv_cli.iss.template index 6306ced..ae1c40f 100644 --- a/templates/setup_jv_cli.iss.template +++ b/templates/setup_jv_cli.iss.template @@ -1,7 +1,7 @@ #define MyAppName "JustEnoughVCS" -#define MyAppVersion "<<<VERSION>>>" -#define MyAppPublisher "<<<AUTHOR>>>" -#define MyAppURL "<<<SITE>>>" +#define MyAppVersion "<<<version>>>" +#define MyAppPublisher "<<<author>>>" +#define MyAppURL "<<<site>>>" [Setup] AppId={{8265DF21-F290-487E-9403-C2730EC31A03} |
