From 882038b31a9d4ad0685173c29902069dd910b4af Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Sun, 2 May 2010 14:32:47 +0200 Subject: [PATCH] add gtk l10n to the installer --- build/release-x64.bat | 1 + build/release-x86.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/build/release-x64.bat b/build/release-x64.bat index 0ae5f83a..406b7e13 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -38,3 +38,4 @@ xcopy /S /I ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\ ::xcopy /S /I ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\po\locale %XCHAT_DEST%\locale +xcopy /S /I %GTK_BIN%\..\share\locale %XCHAT_DEST%\lib\locale diff --git a/build/release-x86.bat b/build/release-x86.bat index 9e8df996..9548a7bd 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -38,3 +38,4 @@ xcopy /S /I ..\plugins\perl\xcperl.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\ xcopy /S /I ..\po\locale %XCHAT_DEST%\locale +xcopy /S /I %GTK_BIN%\..\share\locale %XCHAT_DEST%\lib\locale