mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[chore] update electron to v25
This commit is contained in:
+1
-6
@@ -7,7 +7,7 @@
|
||||
* `./src/main.js` using webpack. This gives us some performance wins.
|
||||
*/
|
||||
import path from "path";
|
||||
import { app, ipcMain, protocol } from "electron";
|
||||
import { app, ipcMain } from "electron";
|
||||
import log from "electron-log";
|
||||
import "./ipcs";
|
||||
import { WindowManagerService } from "./services/window-manager.service";
|
||||
@@ -96,11 +96,6 @@ if (!gotTheLock) {
|
||||
DeepLinkService.getInstance().dispatchLinkOpened(deepLink);
|
||||
}
|
||||
|
||||
protocol.registerFileProtocol("file", (request, callback) => {
|
||||
const pathname = decodeURI(request.url.replace("file:///", ""));
|
||||
callback(pathname);
|
||||
});
|
||||
|
||||
BSLauncherService.getInstance().restoreSteamVR();
|
||||
|
||||
// Log renderer errors
|
||||
|
||||
Reference in New Issue
Block a user