about summary refs log tree commit diff
path: root/pkgs/by-name/ve/vesktop/use_system_vencord.patch
blob: 99ac643ef6539b937bb5911b98c401068437f0ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/main/constants.ts b/src/main/constants.ts
index 40d91a5..7b46bbf 100644
--- a/src/main/constants.ts
+++ b/src/main/constants.ts
@@ -49,7 +49,7 @@ export const VENCORD_THEMES_DIR = join(DATA_DIR, "themes");
 // as otherwise "DATA_DIR" (which is used by ./settings) will be uninitialised
 export const VENCORD_FILES_DIR =
     (require("./settings") as typeof import("./settings")).State.store.vencordDir ||
-    join(SESSION_DATA_DIR, "vencordFiles");
+    "@vencord@";
 
 export const USER_AGENT = `Vesktop/${app.getVersion()} (https://github.com/Vencord/Vesktop)`;