Skip to content

Commit

Permalink
back to osx chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Jul 31, 2016
1 parent 9324187 commit dd0efa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ canopy Starter Kits allows a quick clone/rename/code approach to getting started

On Windows run `build.cmd`

On OSX run `sh build.sh`
On OSX run `sh build.sh` (on linux, you need to download the chromedriver linux binary and replace the current `chromedriver` file)
8 changes: 4 additions & 4 deletions canopyStarterKit/canopyStarterKit.fsproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -80,10 +80,10 @@
</ItemGroup>
<ItemGroup>
<None Include="chromedriver.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="chromedriver">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="App.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down Expand Up @@ -207,4 +207,4 @@
</ItemGroup>
</When>
</Choose>
</Project>
</Project>
Binary file modified canopyStarterKit/chromedriver
Binary file not shown.

0 comments on commit dd0efa6

Please sign in to comment.