mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
Fixed promised runners dir usage
This commit is contained in:
parent
d0368803cc
commit
123db17f57
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default (launcher: Launcher): Promise<void> => {
|
||||||
|
|
||||||
if (runner !== null)
|
if (runner !== null)
|
||||||
{
|
{
|
||||||
wineExeutable = `${constants.paths.runnersDir}/${runner.name}/${runner.files.wine}`;
|
wineExeutable = `${await constants.paths.runnersDir}/${runner.name}/${runner.files.wine}`;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue