Skip to content

Commit

Permalink
add more automatic paths resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
yazninja committed Jun 7, 2024
1 parent 9306fb7 commit 068d1b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 068d1b6

Please sign in to comment.