diff options
Diffstat (limited to 'src/main/index.ts')
-rw-r--r-- | src/main/index.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/index.ts b/src/main/index.ts index b04ef6c..cb723bb 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -32,9 +32,10 @@ if (IS_VENCORD_DESKTOP || !IS_VANILLA) { if (url.endsWith("/")) url = url.slice(0, -1); switch (url) { case "renderer.js.map": + case "vencordDesktopRenderer.js.map": case "preload.js.map": - case "patcher.js.map": // doubt - case "main.js.map": + case "patcher.js.map": + case "vencordDesktopMain.js.map": cb(join(__dirname, url)); break; default: |