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:
parent
a5e4c90174
commit
cdc8cc1345
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user