mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-08 09:07:57 +03:00
Fixed launcherDir const usage
This commit is contained in:
parent
6a50331d59
commit
dc21bd4ce2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default abstract class Installer
|
|||
|
||||
public constructor(uri: string, unpackDir: string|Promise<string>)
|
||||
{
|
||||
constants.paths.launcher.then((launcherDir) => {
|
||||
constants.paths.launcherDir.then((launcherDir) => {
|
||||
const archivePath = `${launcherDir}/${Downloader.fileFromUri(uri)}`;
|
||||
|
||||
// Download archive
|
||||
|
|
Loading…
Add table
Reference in a new issue