From b6877ccf5c7676a7b7c64797d38cf8833692e1ae Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 29 Jul 2014 18:48:56 -0400 Subject: win32: Use WinSparkle for handling updates Fixes #1282 --- win32/copy/copy.vcxproj | 2 ++ win32/hexchat.props | 2 ++ win32/installer/hexchat.iss.tt | 1 + 3 files changed, 5 insertions(+) (limited to 'win32') diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index a0c0a39d..557ca702 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -51,6 +51,7 @@ + @@ -72,6 +73,7 @@ + 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 @@ c:\mozilla-build\perl-5.20 c:\mozilla-build\python-2.7 c:\mozilla-build\python-3.4 + c:\mozilla-build\WinSparkle @@ -19,6 +20,7 @@ $(YourDepsPath)\$(PlatformName) $(YourGendefPath) $(YourMsgfmtPath) + $(YourWinSparklePath)\$(PlatformName) $(YourPerlPath)\$(PlatformName) perl520 $(YourPython2Path)\$(PlatformName) diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index aa9be8a4..5ee9a0ae 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -162,6 +162,7 @@ Source: "share\music.png"; DestDir: "{app}\share"; Flags: ignoreversion; Compone Source: "plugins\hcmpcinfo.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\mpcinfo Source: "share\download.png"; DestDir: "{app}\share"; Flags: ignoreversion; Components: plugins\upd Source: "plugins\hcupd.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\upd +Source: "WinSparkle.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: plugins\upd Source: "plugins\hcwinamp.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\winamp Source: "share\system.png"; DestDir: "{app}\share"; Flags: ignoreversion; Components: plugins\sysinfo Source: "plugins\hcsysinfo.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\sysinfo -- cgit 1.4.1