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 5476a2a commit 74eeb26Copy full SHA for 74eeb26
lib/LocalBinary.php
@@ -52,7 +52,7 @@ private function platform_url(){
52
if (PHP_OS == "Darwin")
53
return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-x64';
54
else if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
55
- return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-win32.exe';
+ return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal.exe';
56
if ((strtoupper(PHP_OS)) == "LINUX") {
57
if (PHP_INT_SIZE * 8 == 64)
58
return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-x64';
0 commit comments