~hid-iwata/bzr-windows-installers/tbzr-0.6.6

« back to all changes in this revision

Viewing changes to templates/inno/bzr.iss

  • Committer: Martin Packman
  • Date: 2012-02-21 14:16:17 UTC
  • mfrom: (204.1.2 bzr-windows-installers)
  • Revision ID: martin.packman@canonical.com-20120221141617-3yce2pu5vepwqfyk
Tags: bzr-win32-2.5b6-2
Include cert bundle from curl with all-in-one installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
Source: "bz*.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete;
73
73
Source: "Python*.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete;
74
74
Source: "lib\*.*"; DestDir: "{app}\lib"; Flags: createallsubdirs ignoreversion recursesubdirs restartreplace uninsrestartdelete;
 
75
; Really only want to bundle certs for bzr-2.5 onwards
 
76
Source: "*.pem"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete;
75
77
 
76
78
{% for docset in docsets if not docset.localization -%}
77
79
Source: "bzr-{{ docset.id }}.chm"; DestDir: "{app}"; Components: doc\{{ docset.id }}; Flags: ignoreversion restartreplace uninsrestartdelete;