summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-07-29 18:48:56 -0400
committerTingPing <tingping@fedoraproject.org>2015-02-12 19:11:46 -0500
commitb6877ccf5c7676a7b7c64797d38cf8833692e1ae (patch)
treedad866544853a7d2c494350d3f1f6a500157270a /win32/hexchat.props
parent7063406d6caf42f61d87e42db6ce46df9e64ffef (diff)
win32: Use WinSparkle for handling updates
Fixes #1282
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 8d0a71c6..e35378cb 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -10,6 +10,7 @@
 		<YourPerlPath>c:\mozilla-build\perl-5.20</YourPerlPath>

 		<YourPython2Path>c:\mozilla-build\python-2.7</YourPython2Path>

 		<YourPython3Path>c:\mozilla-build\python-3.4</YourPython3Path>

+		<YourWinSparklePath>c:\mozilla-build\WinSparkle</YourWinSparklePath>

 

 		<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->

 

@@ -19,6 +20,7 @@
 		<DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>

 		<GendefPath>$(YourGendefPath)</GendefPath>

 		<MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>

+		<WinSparklePath>$(YourWinSparklePath)\$(PlatformName)</WinSparklePath>

 		<PerlPath>$(YourPerlPath)\$(PlatformName)</PerlPath>

 		<PerlLib>perl520</PerlLib>

 		<Python2Path>$(YourPython2Path)\$(PlatformName)</Python2Path>