mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge remote-tracking branch 'upstream/main' into feature/better-repack-modal
This commit is contained in:
commit
7bdf7f8c2d
81 changed files with 1105 additions and 2004 deletions
|
@ -76,8 +76,6 @@ contextBridge.exposeInMainWorld("electron", {
|
|||
executablePath
|
||||
),
|
||||
getLibrary: () => ipcRenderer.invoke("getLibrary"),
|
||||
getRepackersFriendlyNames: () =>
|
||||
ipcRenderer.invoke("getRepackersFriendlyNames"),
|
||||
openGameInstaller: (gameId: number) =>
|
||||
ipcRenderer.invoke("openGameInstaller", gameId),
|
||||
openGame: (gameId: number, executablePath: string) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue