mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
the latest mods from nexus is now on the online mods page
This commit is contained in:
@@ -34,5 +34,7 @@ contextBridge.exposeInMainWorld('bepinex', {
|
||||
})
|
||||
|
||||
contextBridge.exposeInMainWorld('nexus', {
|
||||
verifyAPI: () => ipcRenderer.invoke('verify-nexus-api')
|
||||
verifyAPI: () => ipcRenderer.invoke('verify-nexus-api'),
|
||||
getLatestMods: () => ipcRenderer.invoke('get-latest-mods'),
|
||||
download: (link) => ipcRenderer.invoke('download-mod', link)
|
||||
})
|
||||
Reference in New Issue
Block a user