2019-07-14 19:41:13 +02:00

6 lines
179 B
PowerShell

$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Install-Binfile -Name capnpc-csharp -Path "$toolsDir\capnpc-csharp.exe"