chore: generate

thinking-toggle-wip
GitHub Action 2025-12-23 10:15:49 +00:00 committed by Aiden Cline
parent 38a67c2e5e
commit 45a147858d
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ const platform: Platform = {
update: async () => {
if (!UPDATER_ENABLED || !update) return
if(ostype() === "windows") await invoke("kill_sidecar")
if (ostype() === "windows") await invoke("kill_sidecar")
await update.install()
},

View File

@ -35,7 +35,7 @@ export async function runUpdater({ alertOnFail }: { alertOnFail: boolean }) {
if (!shouldUpdate) return
try {
if(ostype() === "windows") await invoke("kill_sidecar")
if (ostype() === "windows") await invoke("kill_sidecar")
await update.install()
} catch {
await message("Failed to install update", { title: "Update Failed" })