diff options
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 7d18cac7..5290c8c9 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -46,6 +46,7 @@ rmdir /q /s "$(HexChatRel)" mkdir "$(HexChatRel)" echo 2> portable-mode move portable-mode "$(HexChatRel)" +copy changelog.url "$(HexChatRel)" copy readme.url "$(HexChatRel)" copy "$(HexChatBin)hexchat.exe" "$(HexChatRel)" copy "$(HexChatBin)hexchat-text.exe" "$(HexChatRel)" |