Christian Köllner 97883572af Deployment aspects
2019-07-11 21:44:42 +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"