mirror of
https://github.com/winfsp/winfsp.git
synced 2025-11-28 06:20:22 +08:00
4 lines
147 B
PowerShell
4 lines
147 B
PowerShell
$ErrorActionPreference = 'Stop';
|
|
|
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
|
. "$toolsdir\chocolateyHelper.ps1"
|