Browse Source

Merge branch 'refs/heads/develop'

pull/381/merge
Ruud 13 years ago
parent
commit
577aed3a75
  1. 8
      couchpotato/core/_base/updater/main.py
  2. 1
      version.py

8
couchpotato/core/_base/updater/main.py

@ -360,8 +360,12 @@ class DesktopUpdater(Plugin):
}
def check(self):
pass
self.desktop.CheckForUpdate(silentUnlessUpdate = True)
def getVersion(self):
return {}
return {
'hash': self.desktop._esky.active_version,
'data': None,
'type': 'desktop',
}

1
version.py

@ -0,0 +1 @@
VERSION = '2.0.0-pre1'
Loading…
Cancel
Save