Browse Source

Update build url

tags/build/2.4.0
Ruud 11 years ago
parent
commit
2c9d487614
  1. 4
      Desktop.py

4
Desktop.py

@ -166,8 +166,8 @@ class CouchPotatoApp(wx.App, SoftwareUpdate):
def OnInit(self): def OnInit(self):
# Updater # Updater
base_url = 'https://couchpota.to/updates/%s' base_url = 'https://api.couchpota.to/updates/%s'
self.InitUpdates(base_url % VERSION + '/', base_url % 'changelog.html', self.InitUpdates(base_url % VERSION + '/', 'https://couchpota.to/updates/%s' % 'changelog.html',
icon = wx.Icon('icon.png')) icon = wx.Icon('icon.png'))
self.frame = MainFrame(self) self.frame = MainFrame(self)

Loading…
Cancel
Save