feat: add automatic executable path binding upon download finish

This commit is contained in:
Moyasee
2026-01-19 04:01:21 +02:00
parent 7293afb618
commit 98cfe7be98
6 changed files with 121 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ const getGameExecutables = async () => {
return gameExecutables;
};
const gameExecutables = await getGameExecutables();
export const gameExecutables = await getGameExecutables();
const findGamePathByProcess = async (
processMap: Map<string, Set<string>>,