Mercurial > hg-stable
comparison contrib/packaging/inno/mercurial.iss @ 46819:d4ba4d51f85f
contributor: change mentions of mpm to olivia
Matt Mackall is now Olivia Mackall.
I reached out to her about changing the copyright notices to reflect this
change and she gave me the green light, so I changed everything relevant.
Differential Revision: https://phab.mercurial-scm.org/D10266
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 25 Mar 2021 18:02:08 +0100 |
parents | ed43b6fa847e |
children | a1538c05d855 |
comparison
equal
deleted
inserted
replaced
46818:1977495dbbe2 | 46819:d4ba4d51f85f |
---|---|
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-2021 Matt Mackall and others | 9 AppCopyright=Copyright 2005-2021 Olivia 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) |
18 AppVerName=Mercurial {#VERSION} | 18 AppVerName=Mercurial {#VERSION} |
19 #endif | 19 #endif |
20 InfoAfterFile=../postinstall.txt | 20 InfoAfterFile=../postinstall.txt |
21 LicenseFile=Copying.txt | 21 LicenseFile=Copying.txt |
22 ShowLanguageDialog=yes | 22 ShowLanguageDialog=yes |
23 AppPublisher=Matt Mackall and others | 23 AppPublisher=Olivia Mackall and others |
24 AppPublisherURL=https://mercurial-scm.org/ | 24 AppPublisherURL=https://mercurial-scm.org/ |
25 AppSupportURL=https://mercurial-scm.org/ | 25 AppSupportURL=https://mercurial-scm.org/ |
26 AppUpdatesURL=https://mercurial-scm.org/ | 26 AppUpdatesURL=https://mercurial-scm.org/ |
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-2021 Matt Mackall and others | 32 VersionInfoCopyright=Copyright 2005-2021 Olivia Mackall and others |
33 VersionInfoCompany=Matt Mackall and others | 33 VersionInfoCompany=Olivia 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 |
38 AllowNoIcons=true | 38 AllowNoIcons=true |