Merge remote-tracking branch 'upstream/main' into feature/better-repack-modal

This commit is contained in:
ChristoferMendes 2024-05-14 15:36:26 -03:00
commit 7bdf7f8c2d
81 changed files with 1105 additions and 2004 deletions

View file

@ -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) =>