mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
6 lines
179 B
PowerShell
6 lines
179 B
PowerShell
|
$ErrorActionPreference = 'Stop'
|
||
|
|
||
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||
|
|
||
|
Install-Binfile -Name capnpc-csharp -Path "$toolsDir\capnpc-csharp.exe"
|