File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
BrowserStackLocal/BrowserStackLocal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ public class BrowserStackTunnel : IDisposable
16
16
{
17
17
static readonly string binaryName = isDarwin ( ) ? "BrowserStackLocal-darwin-x64" : "BrowserStackLocal.exe" ;
18
18
static readonly string downloadURL = isDarwin ( ) ?
19
- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal-darwin-x64" :
20
- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal.exe" ;
19
+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal-darwin-x64" :
20
+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal.exe" ;
21
21
static readonly string homepath = isDarwin ( ) ?
22
22
Environment . GetFolderPath ( Environment . SpecialFolder . Personal ) :
23
23
Environment . ExpandEnvironmentVariables ( "%HOMEDRIVE%%HOMEPATH%" ) ;
You can’t perform that action at this time.
0 commit comments