From 2c9d48761479b2230ee01f9cf8fa22fc8e7e79b0 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 25 Feb 2014 21:20:59 +0100 Subject: [PATCH] Update build url --- Desktop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Desktop.py b/Desktop.py index b90f48e..918b8fe 100644 --- a/Desktop.py +++ b/Desktop.py @@ -166,8 +166,8 @@ class CouchPotatoApp(wx.App, SoftwareUpdate): def OnInit(self): # Updater - base_url = 'https://couchpota.to/updates/%s' - self.InitUpdates(base_url % VERSION + '/', base_url % 'changelog.html', + base_url = 'https://api.couchpota.to/updates/%s' + self.InitUpdates(base_url % VERSION + '/', 'https://couchpota.to/updates/%s' % 'changelog.html', icon = wx.Icon('icon.png')) self.frame = MainFrame(self)