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