mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Fixed default folders.game
config value
This commit is contained in:
parent
7f9fbcfa9f
commit
af6315cdf1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ promisify(async () => {
|
|||
*
|
||||
* @default "~/.local/share/anime-game-launcher/game/drive_c/Program Files/[An Anime Game]"
|
||||
*/
|
||||
game: `${await constants.paths.prefix.default}/game/drive_c/Program Files/${constants.placeholders.uppercase.first} ${constants.placeholders.uppercase.second}`,
|
||||
game: `${await constants.paths.prefix.default}/drive_c/Program Files/${constants.placeholders.uppercase.first} ${constants.placeholders.uppercase.second}`,
|
||||
|
||||
/**
|
||||
* Path to some temp folder
|
||||
|
|
Loading…
Reference in a new issue