Fixed default folders.temp value

This commit is contained in:
Observer KRypt0n_ 2022-01-06 19:28:20 +02:00
parent 853e5ca975
commit d03db083e9
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -15,7 +15,7 @@ promisify(async () => {
/**
* Path to wine prefix
*
* @default "~/.local/share/anime-game-launcher"
* @default "~/.local/share/anime-game-launcher/game"
*/
prefix: await constants.paths.prefix.default,
@ -31,7 +31,7 @@ promisify(async () => {
*
* @default "~/.local/share/anime-game-launcher"
*/
temp: await constants.paths.prefix.default
temp: await constants.paths.launcherDir
},
/**