diff options
| author | Paweł Jastrzębski <[email protected]> | 2017-10-14 18:01:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-14 18:01:32 +0200 |
| commit | 7524c50657e3b01459dc6940f562021a3e33a9b2 (patch) | |
| tree | 3293727977f898cfc6718af8d415ef60de362b3e /kcc.iss | |
| parent | Merge pull request #244 from ciromattia/dev (diff) | |
| parent | Updated README + version bump (diff) | |
| download | kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.gz kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.tar.bz2 kcc-7524c50657e3b01459dc6940f562021a3e33a9b2.zip | |
Merge pull request #250 from ciromattia/dev
5.4.2
Diffstat (limited to 'kcc.iss')
| -rw-r--r-- | kcc.iss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kcc.iss b/kcc.iss index c51f8c8..5225426 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.4.1" +#define MyAppVersion "5.4.2" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" @@ -49,7 +49,6 @@ Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion solidbreak Source: "other\windows\Additional-LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "other\windows\UnRAR.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "other\windows\7za.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "other\windows\vc_redist.x64.exe"; DestDir: "{tmp}"; Flags: ignoreversion deleteafterinstall [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" @@ -57,7 +56,6 @@ Name: "{group}\Readme"; Filename: "https://github.com/ciromattia/kcc#kcc" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] -Filename: "{tmp}\vc_redist.x64.exe"; Parameters: "/install /passive /norestart"; StatusMsg: "Installing Microsoft Visual C++ 2015 Redistributable Package..." Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall [Messages] |