chore: upgrade desktop deps

This commit is contained in:
Mo
2023-07-26 05:09:41 -05:00
parent 7222ca7fd0
commit 47a36c4cbd
102 changed files with 710 additions and 381 deletions

View File

@@ -174,7 +174,7 @@ export async function checkForUpdate(appState: AppState, state: UpdateState, use
state.setCheckingForUpdate(true)
try {
const result = await autoUpdater.checkForUpdates()
const result = userTriggered ? await autoUpdater.checkForUpdatesAndNotify() : await autoUpdater.checkForUpdates()
if (!result) {
return