diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-29 16:45:39 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-10-29 16:45:39 +0100 |
commit | 1b723b2feeb02491799b82642cad77d3c0a0c8bf (patch) | |
tree | 61daae1fbb871453eda4d31e004664c81330d65f /kcc.iss | |
parent | Added Inno Setup script to create hybrid 32/64bit Windows installer (diff) | |
download | kcc-1b723b2feeb02491799b82642cad77d3c0a0c8bf.tar.gz kcc-1b723b2feeb02491799b82642cad77d3c0a0c8bf.tar.bz2 kcc-1b723b2feeb02491799b82642cad77d3c0a0c8bf.zip |
README update and version bump
Diffstat (limited to 'kcc.iss')
-rw-r--r-- | kcc.iss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kcc.iss b/kcc.iss index 0a49891..7d5ac15 100644 --- a/kcc.iss +++ b/kcc.iss @@ -16,7 +16,7 @@ DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} AllowNoIcons=yes LicenseFile=LICENSE.txt -OutputBaseFilename=KindleComicConverter_{#MyAppVersion} +OutputBaseFilename=KindleComicConverter_win_{#MyAppVersion} SetupIconFile=icons\comic2ebook.ico SolidCompression=yes ArchitecturesInstallIn64BitMode=x64 @@ -88,10 +88,10 @@ Source: "build\exe.win32-2.7\sip.pyd"; DestDir: "{app}"; Flags: ignoreversion; C Source: "build\exe.win32-2.7\SSLEAY32.dll"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode Source: "build\exe.win32-2.7\unicodedata.pyd"; DestDir: "{app}"; Flags: ignoreversion; Check: not Is64BitInstallMode ; Common files -Source: "build\exe.win-amd64-2.7\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion solidbreak -Source: "build\exe.win-amd64-2.7\Additional-LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion -Source: "build\exe.win-amd64-2.7\UnRAR.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "build\exe.win-amd64-2.7\7za.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion solidbreak +Source: "other\Additional-LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion +Source: "other\UnRAR.exe"; DestDir: "{app}"; Flags: ignoreversion +Source: "other\7za.exe"; DestDir: "{app}"; Flags: ignoreversion [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" |