diff options
Diffstat (limited to 'packages/desktop/src/index.tsx')
| -rw-r--r-- | packages/desktop/src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/index.tsx b/packages/desktop/src/index.tsx index 281b613d6..b3dbebd04 100644 --- a/packages/desktop/src/index.tsx +++ b/packages/desktop/src/index.tsx @@ -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() }, |
