diff options
author | Berke Viktor <github.bviktor@outlook.com> | 2014-06-13 17:31:50 +0200 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-06-13 22:31:00 -0400 |
commit | 7bfa2ee8a716cfa3223b71506a9f98211547ca7c (patch) | |
tree | 0165a5806f4be24753e1b0aa183187b141209dfd /win32/hexchat.props | |
parent | 73c914cca92062767baeb3822a37674258eb3ea6 (diff) |
Fix GTK+ bundle licenses missing from installer
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 74beb6ff..a86003d0 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -77,7 +77,8 @@ copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)" xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\i686-pc-vs10\engines" "$(HexChatRel)\lib\gtk-2.0\i686-pc-vs10\engines" xcopy /q /s /i etc "$(HexChatRel)\etc" xcopy /q /s /i share "$(HexChatRel)\share" -xcopy /q /s /i "..\..\COPYING" "$(HexChatRel)\" +xcopy /q /s /i "..\..\COPYING" "$(HexChatRel)\share\doc\hexchat\" +xcopy /q /s /i "$(DepsRoot)\share\doc" "$(HexChatRel)\share\doc" xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\" xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\" copy "$(HexChatBin)hcdns.dll" "$(HexChatRel)\plugins" |