5 lines
196 B
PowerShell
Raw Normal View History

2019-07-11 21:44:42 +02:00
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
2019-07-12 20:48:37 +02:00
Install-Binfile -Name capnpc-csharp -Path "dotnet" -Command "$toolsDir\capnpc-csharp.dll"