diff --git a/src/utils.ts b/src/utils.ts index f0e7afe..4f8cb23 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -48,7 +48,9 @@ export async function tryResolveExe() { '/Program Files/Wuthering Waves/Wuthering Waves Game/Wuthering Waves.exe', '/Program Files (x86)/Epic Games/WutheringWaves/Wuthering Waves Game/Wuthering Waves.exe', '/Program Files (x86)/Epic Games/WutheringWavesj3oFh/Wuthering Waves Game/Wuthering Waves.exe', - '/Program Files (x86)/Wuthering Waves/Wuthering Waves Game/Wuthering Waves.exe' + '/Program Files (x86)/Wuthering Waves/Wuthering Waves Game/Wuthering Waves.exe', + '/Wuthering Waves Game/Wuthering Waves.exe', + '/Wuthering Waves/Wuthering Waves.exe' ]; for (let drive of drivePaths) {