diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-04 21:09:47 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-04 21:14:55 +0200 |
commit | f092f434fe48ba0db8b3c0c66524899b5a21c4f1 (patch) | |
tree | e6d571da1f9caa7198a0f8583358235354387998 /src/main | |
parent | 2e6dfaa8795d093e50d87ebb5e7805cddb29a52c (diff) | |
download | Vencord-f092f434fe48ba0db8b3c0c66524899b5a21c4f1.tar.gz Vencord-f092f434fe48ba0db8b3c0c66524899b5a21c4f1.tar.bz2 Vencord-f092f434fe48ba0db8b3c0c66524899b5a21c4f1.zip |
Fix Vencord
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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: |