fix: Emulators not launching
This commit is contained in:
parent
258ce63bc3
commit
fe80b074d2
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ export async function getValidLaunchCommands (data: {
|
|||
}
|
||||
|
||||
emulator = emulatorName;
|
||||
return [[value, exec ? exec : undefined], ['%EMUDIR%', exec ? $.escape(path.dirname(exec.path)) : undefined]];
|
||||
return [[value, exec ? exec.path : undefined], ['%EMUDIR%', exec ? $.escape(path.dirname(exec.path)) : undefined]];
|
||||
}
|
||||
|
||||
const key = value[0].substring(1, value.length - 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue