diff --git a/src/common/paths.ts b/src/common/paths.ts index 5ea9bd1..4ee383e 100644 --- a/src/common/paths.ts +++ b/src/common/paths.ts @@ -10,7 +10,7 @@ let userDataPath = null; let resourcesPath = null; function determineAppUserDataRoot() { - return path.join(app.getPath('appData'), "Lightcord"); + return app.getPath('appData') } function determineUserData(userDataRoot, buildInfo) {