mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-23 18:20:19 +03:00
Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino
This commit is contained in:
commit
026c64f93c
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…
Reference in a new issue