aboutsummaryrefslogtreecommitdiff
path: root/src/main/index.ts
diff options
context:
space:
mode:
authorJustice Almanzar <superdash993@gmail.com>2023-08-10 22:14:50 +0000
committerGitHub <noreply@github.com>2023-08-11 00:14:50 +0200
commitfa124d8877ff5f9927a6524768774d5e68b888cc (patch)
treef63474d27c9efa434191eb6171fda483924e4a0a /src/main/index.ts
parent135da2a5f35e89bf04cb9a9b2d03f9bb7e48c65d (diff)
downloadVencord-fa124d8877ff5f9927a6524768774d5e68b888cc.tar.gz
Vencord-fa124d8877ff5f9927a6524768774d5e68b888cc.tar.bz2
Vencord-fa124d8877ff5f9927a6524768774d5e68b888cc.zip
build: split preload & renderer.css into D. desktop / vesktop (#1629)
Diffstat (limited to 'src/main/index.ts')
-rw-r--r--src/main/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/index.ts b/src/main/index.ts
index a8b9429..2e1a10e 100644
--- a/src/main/index.ts
+++ b/src/main/index.ts
@@ -44,6 +44,7 @@ if (IS_VENCORD_DESKTOP || !IS_VANILLA) {
case "renderer.js.map":
case "vencordDesktopRenderer.js.map":
case "preload.js.map":
+ case "vencordDesktopPreload.js.map":
case "patcher.js.map":
case "vencordDesktopMain.js.map":
cb(join(__dirname, url));