(info: any)
| 75 | } |
| 76 | |
| 77 | updateNotAvailable(info: any) { |
| 78 | this.emit('update-not-available', info) |
| 79 | if (this.autoCheckData.userCheck) { |
| 80 | dialog |
| 81 | .showMessageBox({ |
| 82 | title: I18nT('update.checkForUpdates'), |
| 83 | message: I18nT('update.update-not-available-message') |
| 84 | }) |
| 85 | .then() |
| 86 | } |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * autoUpdater:download-progress |