Skip to content

Commit f2286f6

Browse files
authored
Stop detecting Chrome by LastInstallerSuccessLaunchCmdLine (#91)
Conflicts with Google Play Games. Closes #90. Category: fix
1 parent 1670194 commit f2286f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/browsers.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ browsers.chrome = {
2323

2424
// Expanded to HKEY_LOCAL_MACHINE\Software, HKEY_CURRENT_USER\Software
2525
// and if on a x64 machine, their 32-bit (Software\WoW6432) counterparts.
26-
// Should also find 64-bit Chrome if installed, because 32-bit Chrome
27-
// uses the 32-bit registry and 64-bit Chrome uses the regular registry,
28-
// with the same subkeys.
29-
this.registry('Google\\Update', 'LastInstallerSuccessLaunchCmdLine')
30-
3126
// Note: this one (sometimes) returns the binary's parent path
3227
this.registry('Microsoft\\Windows\\CurrentVersion\\App Paths\\chrome.exe', null, true)
3328

0 commit comments

Comments
 (0)