mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update chrome.js
This commit is contained in:
parent
c1cc02c217
commit
547da8ab60
|
@ -237,7 +237,7 @@ var ChromeObject = function(interfaces) {
|
|||
|
||||
// if the file does not exists, Check the 32bit installation folder again
|
||||
if (!FILE.fileExists(this.binPath)) {
|
||||
this.workingDirectory = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Google\\Chrome\\Application";
|
||||
this.workingDirectory = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Google\\:installedDir\\Application";
|
||||
this.binPath = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Google\\:installedDir\\Application\\chrome.exe";
|
||||
this.setProfile(this.profileName, this.installedDir);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user