update outdated paths

This commit is contained in:
Vendicated 2024-07-19 02:50:24 +02:00
parent 611b94b6c7
commit b91cb742b1
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
3 changed files with 3 additions and 5 deletions

View file

@ -43,11 +43,9 @@ if (IS_VESKTOP || !IS_VANILLA) {
}
switch (url) {
case "renderer.js.map":
case "vencordDesktopRenderer.js.map":
case "preload.js.map":
case "vencordDesktopPreload.js.map":
case "patcher.js.map":
case "vencordDesktopMain.js.map":
case "main.js.map":
cb(join(__dirname, url));
break;
default: