We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883d212 commit 30b55a5Copy full SHA for 30b55a5
src/main/java/com/BrowserStack/LocalBinary.java
@@ -30,7 +30,7 @@ void initialize(){
30
http_path="https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-x64";
31
32
else if(osname.contains("Windows"))
33
- http_path="https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-win32.exe";
+ http_path="https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal.exe";
34
35
else if (osname.contains("Linux") && arch.contains("64"))
36
http_path="https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-x64";
0 commit comments