Browse Source

Use https for changelog

tags/build/2.0.7.1
Ruud 12 years ago
parent
commit
6c57316ce6
  1. 4
      Desktop.py

4
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)

Loading…
Cancel
Save