diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-02 14:45:26 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-05-02 14:45:26 +0200 |
commit | 97afdba357e36cddfb393d437d535c3355ba68e6 (patch) | |
tree | e85a09253bec5802a2a7df7a6eb0915dfa8ee04b /build | |
parent | 882038b31a9d4ad0685173c29902069dd910b4af (diff) |
fix gtk l10n path
Diffstat (limited to 'build')
-rw-r--r-- | build/release-x64.bat | 2 | ||||
-rw-r--r-- | build/release-x86.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index 406b7e13..8ec13559 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -38,4 +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 +xcopy /S /I %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale diff --git a/build/release-x86.bat b/build/release-x86.bat index 9548a7bd..c21602df 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -38,4 +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 +xcopy /S /I %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale |