fix updater for v1

This commit is contained in:
Antelle 2016-01-31 17:28:09 +03:00
parent f663c483b5
commit 2227c1df19
1 changed files with 4 additions and 4 deletions

View File

@ -136,10 +136,10 @@ var Updater = {
},
checkManualDownload: function() {
if (+Launcher.getAppVersion().split('.')[1] <= 2) {
UpdateModel.instance.set({ updateStatus: 'ready', updateManual: true });
return true;
}
//if (+Launcher.getAppVersion().split('.')[1] <= 2) {
// UpdateModel.instance.set({ updateStatus: 'ready', updateManual: true });
// return true;
//}
},
update: function(startedByUser, successCallback) {