diff --git a/install_windows.ps1 b/install_windows.ps1 index f105a8c..ef99a3f 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -165,7 +165,7 @@ function UnzipAndInstall [string]$source ) - # Create temporary directory for curl + # Create temporary directory for unzip $appname = $source.Split('\')[-1] $tmpApp = "$env:TMP\$appname-config" if (-not (Test-Path $tmpApp))