6 lines
182 B
PowerShell
Raw Permalink Normal View History

2019-07-11 21:44:42 +02:00
$ErrorActionPreference = 'Stop'
$binDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)\..\bin"
2019-07-11 21:44:42 +02:00
Install-Binfile -Name capnpc-csharp -Path "$binDir\capnpc-csharp.exe"