contrib/packaging/inno/mercurial.iss
branchstable
changeset 46413 ed43b6fa847e
parent 44769 9ade217b550d
child 46819 d4ba4d51f85f
equal deleted inserted replaced
46412:7d0405e458a0 46413:ed43b6fa847e
     4 #ifndef ARCH
     4 #ifndef ARCH
     5 #define ARCH = "x86"
     5 #define ARCH = "x86"
     6 #endif
     6 #endif
     7 
     7 
     8 [Setup]
     8 [Setup]
     9 AppCopyright=Copyright 2005-2020 Matt Mackall and others
     9 AppCopyright=Copyright 2005-2021 Matt Mackall and others
    10 AppName=Mercurial
    10 AppName=Mercurial
    11 AppVersion={#VERSION}
    11 AppVersion={#VERSION}
    12 OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX}
    12 OutputBaseFilename=Mercurial-{#VERSION}{#SUFFIX}
    13 #if ARCH == "x64"
    13 #if ARCH == "x64"
    14 AppVerName=Mercurial {#VERSION} (64-bit)
    14 AppVerName=Mercurial {#VERSION} (64-bit)
    27 {{ 'AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}' }}
    27 {{ 'AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}' }}
    28 AppContact=mercurial@mercurial-scm.org
    28 AppContact=mercurial@mercurial-scm.org
    29 DefaultDirName={pf}\Mercurial
    29 DefaultDirName={pf}\Mercurial
    30 SourceDir=stage
    30 SourceDir=stage
    31 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
    31 VersionInfoDescription=Mercurial distributed SCM (version {#VERSION})
    32 VersionInfoCopyright=Copyright 2005-2020 Matt Mackall and others
    32 VersionInfoCopyright=Copyright 2005-2021 Matt Mackall and others
    33 VersionInfoCompany=Matt Mackall and others
    33 VersionInfoCompany=Matt Mackall and others
    34 VersionInfoVersion={#QUAD_VERSION}
    34 VersionInfoVersion={#QUAD_VERSION}
    35 InternalCompressLevel=max
    35 InternalCompressLevel=max
    36 SolidCompression=true
    36 SolidCompression=true
    37 SetupIconFile=../mercurial.ico
    37 SetupIconFile=../mercurial.ico