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 @@ -13,14 +13,14 @@ def initialize
1313 @http_path = case host_os
1414 when /mswin|msys|mingw|cygwin|bccwin|wince|emc/
1515 @windows = true
16- "https://www.dropbox .com/s/oviu8oge5elv1ca /BrowserStackLocal-win32.exe?dl=0 "
16+ "https://s3.amazonaws .com/bs-automate-prod/local /BrowserStackLocal-win32.exe"
1717 when /darwin|mac os/
18- "https://www.dropbox .com/s/q6quexatq5013xy /BrowserStackLocal-darwin-x64?dl=0 "
18+ "https://s3.amazonaws .com/bs-automate-prod/local /BrowserStackLocal-darwin-x64"
1919 when /linux/
2020 if 1 . size == 8
21- "https://www.dropbox .com/s/jnrm7u3inwhnj5r /BrowserStackLocal-linux-x64?dl=0 "
21+ "https://s3.amazonaws .com/bs-automate-prod/local /BrowserStackLocal-linux-x64"
2222 else
23- "https://www.dropbox .com/s/ae2zsyxceeci0wk /BrowserStackLocal-linux-ia32?dl=0 "
23+ "https://s3.amazonaws .com/bs-automate-prod/local /BrowserStackLocal-linux-ia32"
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments