remove unused variables

This commit is contained in:
Maroxy 2021-10-24 12:07:05 +02:00
parent e2c5baeb52
commit 35b0334ddf

View file

@ -46,11 +46,8 @@ 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 patchSh = path.join(this.patchDir, 'patch.sh');
public static readonly patchAntiCrashSh = path.join(this.patchDir, 'patch_anti_logincrash.sh');
public static readonly launcherDir: string = path.join(os.homedir(), 'genshin-impact-launcher');
public static readonly launcherJson: string = path.join(this.launcherDir, 'launcher.json');
public static readonly tmpPatchDir: string = path.join(this.launcherDir, 'gi-on-linux');