chore: generate

This commit is contained in:
GitHub Action 2025-12-23 10:15:49 +00:00
commit f4cd708ca0
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()
},