mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-11 02:29:37 +03:00
Fixed default folders.temp
value
This commit is contained in:
parent
853e5ca975
commit
d03db083e9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue