We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b78be commit eda88c5Copy full SHA for eda88c5
src/components/CloseInstaller.vue
@@ -30,7 +30,9 @@ const windowsLocations: string[] = [
30
// Microsoft Store install location
31
'C:\\XboxGames\\Minecraft Launcher\\Content\\Minecraft.exe',
32
// Legacy install location
33
- 'C:\\Program Files (x86)\\Minecraft',
+ 'C:\\Program Files (x86)\\Minecraft\\MinecraftLauncher.exe',
34
+ // Legacy install location #2
35
+ 'C:\\Program Files (x86)\\Minecraft Launcher\\MinecraftLauncher.exe',
36
];
37
let windowsPath = '';
38
0 commit comments