mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update chrome.js
This commit is contained in:
parent
730de840bf
commit
22fa86f7ba
|
@ -1140,7 +1140,7 @@ var ChromeObject = function() {
|
|||
switch (vendor) {
|
||||
case "msedge":
|
||||
this.workingDirectory = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Microsoft\\Edge\\Application";
|
||||
this.binPath = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Microsoft\\Edge\\Application\\chrome.exe";
|
||||
this.binPath = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Microsoft\\Edge\\Application\\msedge.exe";
|
||||
break;
|
||||
|
||||
case "chrome":
|
||||
|
|
Loading…
Reference in New Issue
Block a user