diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 15:50:40 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 16:01:18 +0100 |
commit | 7f719a22ad7c986dd074f15b08cbd621568e787c (patch) | |
tree | e93d9790eff6141b4cec5866dce71728084206a9 /kcc.iss | |
parent | Version bump (diff) | |
download | kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.tar.gz kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.tar.bz2 kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.zip |
Added PW4 profile (close #293)
Diffstat (limited to 'kcc.iss')
-rw-r--r-- | kcc.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.iss b/kcc.iss index 5caf5d6..ac4e92f 100644 --- a/kcc.iss +++ b/kcc.iss @@ -12,7 +12,7 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -AppCopyright=Copyright (C) 2012-2018 Ciro Mattia Gonano and Paweł Jastrzębski +AppCopyright=Copyright (C) 2012-2019 Ciro Mattia Gonano and Paweł Jastrzębski ArchitecturesAllowed=x64 DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} |