diff options
Diffstat (limited to 'setup/windows')
| -rw-r--r-- | setup/windows/setup_jv_cli_template.iss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup/windows/setup_jv_cli_template.iss b/setup/windows/setup_jv_cli_template.iss index 24b2a32..124d897 100644 --- a/setup/windows/setup_jv_cli_template.iss +++ b/setup/windows/setup_jv_cli_template.iss @@ -1,7 +1,7 @@ #define MyAppName "JustEnoughVCS" -#define MyAppVersion "0.1.0" -#define MyAppPublisher "JustEnoughVCS Team" -#define MyAppURL "https://jvcs.cc/" +#define MyAppVersion "<<<VERSION>>>" +#define MyAppPublisher "<<<AUTHOR>>>" +#define MyAppURL "<<<SITE>>>" [Setup] AppId={{8265DF21-F290-487E-9403-C2730EC31A03} |
