Skip to content

Commit eda88c5

Browse files
committed
#skip-ci fixed legacy minecraft path, added additional path
1 parent 01b78be commit eda88c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/CloseInstaller.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ const windowsLocations: string[] = [
3030
// Microsoft Store install location
3131
'C:\\XboxGames\\Minecraft Launcher\\Content\\Minecraft.exe',
3232
// Legacy install location
33-
'C:\\Program Files (x86)\\Minecraft',
33+
'C:\\Program Files (x86)\\Minecraft\\MinecraftLauncher.exe',
34+
// Legacy install location #2
35+
'C:\\Program Files (x86)\\Minecraft Launcher\\MinecraftLauncher.exe',
3436
];
3537
let windowsPath = '';
3638

0 commit comments

Comments
 (0)