mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-04-22 02:56:31 +02:00
7 lines
203 B
PowerShell
7 lines
203 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
|
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
|
|
|
choco install capnproto
|
|
Install-Binfile -Name capnpc-csharp -Path "$toolsDir\capnpc-csharp.exe"
|