# HG changeset patch # User Gregory Szorc # Date 1571858142 25200 # Node ID ce96be208ea4b5057d722574bd8165b4873fef71 # Parent ea5e7726fee055eeb7cc5fbcbb904666a23a2d04 packaging: stop installing i18n files The WiX installer has been shipping the content of the i18n/ directory since it was introduced in 2010 in 1e022c88a0a5. And the installer was subsequently refactored to only ship the .po files and hggettext. The .po files and the hggettext script are only used at build time to produce .mo files, which Mercurial does use at run-time. It doesn't make sense to install these files on Windows. So this commit stops doing that. This change further converges the file layout of the Inno and WiX installers. Differential Revision: https://phab.mercurial-scm.org/D7165 diff -r ea5e7726fee0 -r ce96be208ea4 contrib/packaging/hgpackaging/wix.py --- a/contrib/packaging/hgpackaging/wix.py Wed Oct 23 11:54:22 2019 -0700 +++ b/contrib/packaging/hgpackaging/wix.py Wed Oct 23 12:15:42 2019 -0700 @@ -28,7 +28,6 @@ ('dist.wxs', r'dist'), ('doc.wxs', r'doc'), ('help.wxs', r'mercurial\help'), - ('i18n.wxs', r'i18n'), ('locale.wxs', r'mercurial\locale'), ('templates.wxs', r'mercurial\templates'), ] diff -r ea5e7726fee0 -r ce96be208ea4 contrib/packaging/wix/guids.wxi --- a/contrib/packaging/wix/guids.wxi Wed Oct 23 11:54:22 2019 -0700 +++ b/contrib/packaging/wix/guids.wxi Wed Oct 23 12:15:42 2019 -0700 @@ -22,9 +22,6 @@ - - - diff -r ea5e7726fee0 -r ce96be208ea4 contrib/packaging/wix/i18n.wxs --- a/contrib/packaging/wix/i18n.wxs Wed Oct 23 11:54:22 2019 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff -r ea5e7726fee0 -r ce96be208ea4 contrib/packaging/wix/mercurial.wxs --- a/contrib/packaging/wix/mercurial.wxs Wed Oct 23 11:54:22 2019 -0700 +++ b/contrib/packaging/wix/mercurial.wxs Wed Oct 23 12:15:42 2019 -0700 @@ -136,7 +136,6 @@ -