mark electron renderer for codex bridge
This commit is contained in:
parent
31a8e07a5b
commit
a54e847c8e
5 changed files with 82 additions and 17 deletions
|
|
@ -33,4 +33,8 @@ const bridge = {
|
|||
}
|
||||
};
|
||||
|
||||
contextBridge.exposeInMainWorld("islandflowDesktopRuntime", {
|
||||
shell: "electron",
|
||||
app: "islandflow"
|
||||
});
|
||||
contextBridge.exposeInMainWorld("islandflowDesktop", bridge);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue