Fixed AppData Path

This commit is contained in:
Jean Ouina 2020-05-22 18:42:30 +02:00
parent a5e4c90174
commit cdc8cc1345
1 changed files with 1 additions and 1 deletions

View File

@ -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) {