We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
event-update-not-available
1 parent 096e109 commit dc359deCopy full SHA for dc359de
packages/electron-updater/src/main.ts
@@ -54,7 +54,7 @@ export interface UpdateCheckResult {
54
readonly versionInfo: UpdateInfo
55
}
56
57
-export type UpdaterEvents = "login" | "checking-for-update" | "update-available" | "update-cancelled" | "download-progress" | "update-downloaded" | "error"
+export type UpdaterEvents = "login" | "checking-for-update" | "update-available" | "update-not-available" | "update-cancelled" | "download-progress" | "update-downloaded" | "error"
58
59
export const DOWNLOAD_PROGRESS: UpdaterEvents = "download-progress"
60
export const UPDATE_DOWNLOADED: UpdaterEvents = "update-downloaded"
0 commit comments