update electron android adb over browser
This commit is contained in:
parent
21109e4bf9
commit
f6295a9c2f
26 changed files with 1551 additions and 172 deletions
2
client-electron/electron/electron-env.d.ts
vendored
2
client-electron/electron/electron-env.d.ts
vendored
|
|
@ -25,4 +25,6 @@ declare namespace NodeJS {
|
|||
// Used in Renderer process, expose in `preload.ts`
|
||||
interface Window {
|
||||
ipcRenderer: import('electron').IpcRenderer
|
||||
electronRuntime: boolean
|
||||
platform: NodeJS.Platform
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue