[PATCH] Include the i18n files in the setup

stefan at rusek.org stefan at rusek.org
Thu Feb 26 04:56:19 CST 2009


# HG changeset patch
# User Stefan Rusek <stefan at rusek.org>
# Date 1235645769 -3600
# Node ID 915ca29e876c2d2b8e17cf13776cc9fc542bdc28
# Parent  e5627562b9f2ce6243bbf9a65291bf99562a73c0
Include the i18n files in the setup

Currently when a windows build is created. The .mo files are not included
in the installer. This patch tells the setup builder to include the locale
files.

diff --git a/contrib/win32/mercurial.iss b/contrib/win32/mercurial.iss
--- a/contrib/win32/mercurial.iss
+++ b/contrib/win32/mercurial.iss
@@ -42,6 +42,7 @@
 Source: dist\w9xpopen.exe; DestDir: {app}
 Source: dist\add_path.exe; DestDir: {app}
 Source: doc\*.html; DestDir: {app}\Docs
+Source: locale\*.*; DestDir: {app}\locale; Flags: recursesubdirs createallsubdirs
 Source: templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs
 Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
 Source: COPYING; DestDir: {app}; DestName: Copying.txt


More information about the Mercurial-devel mailing list