aboutsummaryrefslogtreecommitdiff
path: root/src/main/index.ts
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-04-09 04:04:02 +0200
committerGitHub <noreply@github.com>2023-04-09 04:04:02 +0200
commit08822dd19064ea5b707117c5ed51f62dd0a8e316 (patch)
tree1020c2dad28f5dc502f797ca09066145fcc12109 /src/main/index.ts
parentbfa20f2634a0f3f73a03135f9ddb9d0dfe566e88 (diff)
downloadVencord-08822dd19064ea5b707117c5ed51f62dd0a8e316.tar.gz
Vencord-08822dd19064ea5b707117c5ed51f62dd0a8e316.tar.bz2
Vencord-08822dd19064ea5b707117c5ed51f62dd0a8e316.zip
Improvements for VencordDesktop (#847)
Diffstat (limited to 'src/main/index.ts')
-rw-r--r--src/main/index.ts5
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: