From 2429e27e43ee1af6c941ebe8a173a96cc1269bd3 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 21 Oct 2024 20:06:29 +0200 Subject: [PATCH] fix typo from copy & paste --- install_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))