File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/BrowserStack Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ void initialize(){
27
27
arch = System .getProperty ("os.arch" );
28
28
29
29
if (osname .contains ("Mac" ) || osname .contains ("Darwin" ))
30
- http_path ="https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-darwin-x64" ;
30
+ http_path ="https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-darwin-x64" ;
31
31
32
32
else if (osname .contains ("Windows" ))
33
- http_path ="https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-win32.exe" ;
33
+ http_path ="https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-win32.exe" ;
34
34
35
35
else if (osname .contains ("Linux" ) && arch .contains ("64" ))
36
- http_path ="https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-x64" ;
36
+ http_path ="https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-x64" ;
37
37
38
38
else
39
- http_path ="https://s3.amazonaws.com/bs-automate-prod/ local/BrowserStackLocal-linux-ia32" ;
39
+ http_path ="https://s3.amazonaws.com/browserStack/browserstack- local/BrowserStackLocal-linux-ia32" ;
40
40
}
41
41
42
42
Boolean getBinary () throws Exception {
You can’t perform that action at this time.
0 commit comments