Skip to content

Commit

Permalink
fix: func lose
Browse files Browse the repository at this point in the history
  • Loading branch information
umbrella22 committed Sep 26, 2024
1 parent 386f194 commit a872c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/services/check-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Update {
state: type,
msg: data || "",
};
webContentSend(mainWindow.webContents, "UpdateMsg", senddata);
webContentSend.UpdateMsg(mainWindow.webContents, senddata);
}

// 执行自动更新检查
Expand Down

0 comments on commit a872c3e

Please sign in to comment.