diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 00:17:24 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 00:17:24 +0100 |
commit | cc0051cb402f9a76c883809d41688caddd2d5afb (patch) | |
tree | 2755bb7aef4e57e484b09a3f05f61bb57a9b8f25 /win32/hexchat.props | |
parent | b217c88b3734fa2b52de05721a527389192e630e (diff) |
Move HexChat L10n to share\locale where it should've been in the first place
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index a61c5b57..070019d3 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -101,7 +101,7 @@ copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins" -xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\locale" +xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\share\locale" xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)" </HexChatCopy> |