Skip to content

Commit 74eeb26

Browse files
committed
Windows Changes
1 parent 5476a2a commit 74eeb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LocalBinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private function platform_url(){
5252
if (PHP_OS == "Darwin")
5353
return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-darwin-x64';
5454
else if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
55-
return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-win32.exe';
55+
return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal.exe';
5656
if ((strtoupper(PHP_OS)) == "LINUX") {
5757
if (PHP_INT_SIZE * 8 == 64)
5858
return 'https://s3.amazonaws.com/browserStack/browserstack-local/BrowserStackLocal-linux-x64';

0 commit comments

Comments
 (0)