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