Merge branch 'main' of github.com:caoxiemeihao/vite-react-electron into main

This commit is contained in:
草鞋没号 2023-03-26 22:02:03 +08:00
commit 79acebe7a4
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))