mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Update external links for website and wiki in IPC handlers
This commit is contained in:
@@ -73,10 +73,10 @@ function registerIpcHandlers(getMainWindow) {
|
||||
);
|
||||
ipcMain.on("open-logs", () => logDir && shell.openPath(logDir));
|
||||
ipcMain.on("open-website", () =>
|
||||
shell.openExternal("https://masteracnolo.github.io/FreedomLoader/index.html")
|
||||
shell.openExternal("https://masteracnolo.github.io/FreedomLoader/")
|
||||
);
|
||||
ipcMain.on("open-wiki", () =>
|
||||
shell.openExternal("https://masteracnolo.github.io/FreedomLoader/pages/wiki.html")
|
||||
shell.openExternal("https://masteracnolo.github.io/FreedomLoader/wiki")
|
||||
);
|
||||
ipcMain.on("open-workshop", () =>
|
||||
shell.openExternal("https://masteracnolo.github.io/Freedom-Loader-Workshop")
|
||||
|
||||
Reference in New Issue
Block a user