From f092f434fe48ba0db8b3c0c66524899b5a21c4f1 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 4 Apr 2023 21:09:47 +0200 Subject: Fix Vencord --- src/main/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main') diff --git a/src/main/index.ts b/src/main/index.ts index c35635e..b04ef6c 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -34,6 +34,7 @@ if (IS_VENCORD_DESKTOP || !IS_VANILLA) { case "renderer.js.map": case "preload.js.map": case "patcher.js.map": // doubt + case "main.js.map": cb(join(__dirname, url)); break; default: -- cgit