mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 00:55:16 -07:00
fix(updater): handle unsupported macOS app updates
This commit is contained in:
@@ -4697,6 +4697,8 @@ function getUpdateService() {
|
||||
showUpdateAvailableDialog: (version) =>
|
||||
updateDialogPresenter.showUpdateAvailableDialog(version),
|
||||
showUpdateFailedDialog: (message) => updateDialogPresenter.showUpdateFailedDialog(message),
|
||||
showManualUpdateRequiredDialog: (version) =>
|
||||
updateDialogPresenter.showManualUpdateRequiredDialog(version),
|
||||
downloadAppUpdate: () => appUpdater.downloadUpdate(),
|
||||
showRestartDialog: () => updateDialogPresenter.showRestartDialog(),
|
||||
quitAndInstall: () => appUpdater.quitAndInstall(),
|
||||
|
||||
Reference in New Issue
Block a user