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