From 259ed9644d1788d33c7d7532f94ebd4e1d123edb Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 3 Nov 2012 01:58:56 +0100 Subject: Relocate version.txt, leave a copy in old place for a while for upgrades to work --- plugins/upd/upd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/upd') diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 019d00a3..b986b96e 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -47,7 +47,7 @@ check_version () } hFile = InternetOpenUrl (hINet, - "https://raw.github.com/hexchat/hexchat/master/version.txt", + "https://raw.github.com/hexchat/hexchat/master/win32/version.txt", NULL, 0, INTERNET_FLAG_NO_CACHE_WRITE | INTERNET_FLAG_RELOAD, @@ -117,7 +117,7 @@ check_version () hResource = HttpOpenRequest (hConnect, TEXT ("GET"), - TEXT ("/hexchat/hexchat/master/version.txt"), + TEXT ("/hexchat/hexchat/master/win32/version.txt"), TEXT ("HTTP/1.0"), NULL, NULL, -- cgit 1.4.1