fix: typo (#131)

This commit is contained in:
Cuvii 2023-03-25 17:31:24 +08:00 committed by GitHub
parent 6ff0dc59ed
commit 6432b5275c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export function update(win: Electron.BrowserWindow) {
function startDownload(
callback: (error: Error | null, info: ProgressInfo) => void,
complete: (evnet: UpdateDownloadedEvent) => void,
complete: (event: UpdateDownloadedEvent) => void,
) {
autoUpdater.on('download-progress', info => callback(null, info))
autoUpdater.on('error', error => callback(error, null))