chore: generate
This commit is contained in:
parent
c20f2731ab
commit
f4cd708ca0
2 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue