mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-23 18:20:19 +03:00
Change launcherDir location
This commit is contained in:
parent
69d2f2dcc8
commit
351c883704
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export class Genshinlib
|
|||
public static readonly patchDir: string = path.join(path.dirname(__dirname), '..', 'patch');
|
||||
public static readonly patchJson: string = path.join(this.patchDir, 'patch.json');
|
||||
|
||||
public static readonly launcherDir: string = path.join(os.homedir(), 'genshin-impact-launcher');
|
||||
public static readonly launcherDir: string = path.join(os.homedir(), '.local', 'share', 'anime-game-launcher');
|
||||
|
||||
public static readonly tmpPatchDir: string = path.join(this.launcherDir, 'gi-on-linux');
|
||||
|
||||
|
|
Loading…
Reference in a new issue