File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ def __init__(self):
12
12
self .is_windows = False
13
13
osname = platform .system ()
14
14
if osname == 'Darwin' :
15
- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-darwin-x64"
15
+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-darwin-x64"
16
16
elif osname == 'Linux' :
17
17
if is_64bits :
18
- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-linux-x64"
18
+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-linux-x64"
19
19
else :
20
- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal-linux-ia32"
20
+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal-linux-ia32"
21
21
else :
22
22
self .is_windows = True
23
- self .http_path = "https://s3.amazonaws.com/browserStack/browserstack-local /BrowserStackLocal.exe"
23
+ self .http_path = "https://bstack-local-prod. s3.amazonaws.com/BrowserStackLocal.exe"
24
24
25
25
self .ordered_paths = [
26
26
os .path .join (os .path .expanduser ('~' ), '.browserstack' ),
You can’t perform that action at this time.
0 commit comments