1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

Fixed AppData Path

This commit is contained in:
Jean Ouina 2020-05-22 18:42:30 +02:00
parent a5e4c90174
commit cdc8cc1345

View File

@ -10,7 +10,7 @@ let userDataPath = null;
let resourcesPath = null; let resourcesPath = null;
function determineAppUserDataRoot() { function determineAppUserDataRoot() {
return path.join(app.getPath('appData'), "Lightcord"); return app.getPath('appData')
} }
function determineUserData(userDataRoot, buildInfo) { function determineUserData(userDataRoot, buildInfo) {