diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-02 14:32:47 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-02 14:32:47 +0200 |
commit | 882038b31a9d4ad0685173c29902069dd910b4af (patch) | |
tree | 60494533328e4978f3a545596c50636066bf3704 | |
parent | c71cbdd78c1bad0b1d4d15662e58467a22b0c308 (diff) |
add gtk l10n to the installer
-rw-r--r-- | build/release-x64.bat | 1 | ||||
-rw-r--r-- | build/release-x86.bat | 1 |
2 files changed, 2 insertions, 0 deletions
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 |