Proper version check
This commit is contained in:
@@ -370,7 +370,7 @@ class DesktopUpdater(Plugin):
|
||||
try:
|
||||
latest = self.desktop._esky.find_update()
|
||||
|
||||
if latest != current_version.get('hash'):
|
||||
if latest and latest != current_version.get('hash'):
|
||||
self.update_version = {
|
||||
'hash': latest,
|
||||
'date': None,
|
||||
|
||||
@@ -1 +1 @@
|
||||
VERSION = '2.0.0-pre1'
|
||||
VERSION = '2.0.0.pre1'
|
||||
|
||||
Reference in New Issue
Block a user