fix typo from copy & paste

This commit is contained in:
Baipyrus 2024-10-21 20:06:29 +02:00
parent 8e590c7f29
commit 2429e27e43

View File

@ -165,7 +165,7 @@ function UnzipAndInstall
[string]$source [string]$source
) )
# Create temporary directory for curl # Create temporary directory for unzip
$appname = $source.Split('\')[-1] $appname = $source.Split('\')[-1]
$tmpApp = "$env:TMP\$appname-config" $tmpApp = "$env:TMP\$appname-config"
if (-not (Test-Path $tmpApp)) if (-not (Test-Path $tmpApp))