improvement(updates): validate update path and fix native mac help (#6580)

* Desktop update check

* Update script
This commit is contained in:
Siddharth Ganesan
2026-08-11 19:16:48 -07:00
committed by GitHub
parent 7f39678264
commit 2a5e29ad3f
12 changed files with 673 additions and 7 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ export interface SimDesktopUpdatesApi {
onState(callback: (state: DesktopUpdateState) => void): () => void
}
export type DesktopCommand = 'toggle-sidebar'
export type DesktopCommand = 'toggle-sidebar' | 'open-search'
export interface DesktopWindowState {
isFullScreen: boolean