diff --git a/Desktop.py b/Desktop.py index fde68dc..a284d0a 100644 --- a/Desktop.py +++ b/Desktop.py @@ -166,8 +166,8 @@ class CouchPotatoApp(wx.App, SoftwareUpdate): def OnInit(self): # Updater - base_url = 'http://couchpota.to/updates/%s/' % VERSION - self.InitUpdates(base_url, base_url + 'changelog.html', + base_url = 'https://couchpota.to/updates/%s' + self.InitUpdates(base_url % VERSION + '/', base_url % 'changelog.html', icon = wx.Icon('icon.png')) self.frame = MainFrame(self)