diff options
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r-- | win32/hexchat-xp.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index 68a5d827..dcb56d7f 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -104,7 +104,7 @@ copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins" copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)" -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> |