mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
fix var
This commit is contained in:
parent
ab2ef5b3d2
commit
cf889331e7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
import { app } from "electron";
|
||||
import { join } from "path";
|
||||
|
||||
export const DATA_DIR = process.env.VENCORD_USER_DATA_DIR ?? (
|
||||
export const DATA_DIR = process.env.EQUICORD_USER_DATA_DIR ?? (
|
||||
process.env.DISCORD_USER_DATA_DIR
|
||||
? join(process.env.DISCORD_USER_DATA_DIR, "..", "EquicordData")
|
||||
: join(app.getPath("userData"), "..", "Equicord")
|
||||
|
|
Loading…
Reference in a new issue