MCPcopy
hub / github.com/xpf0000/FlyEnv / updateNotAvailable

Method updateNotAvailable

src/main/core/UpdateManager.ts:77–87  ·  view source on GitHub ↗
(info: any)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

I18nTFunction · 0.90
thenMethod · 0.45

Tested by

no test coverage detected