fix deletion

This commit is contained in:
Mylloon 2024-01-23 14:44:31 +01:00
parent 78f7f0e7aa
commit 5a9add3578
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -284,7 +284,7 @@ PowerShell -Command "" ^
"$link = 'https://github.com/pwall2222/NOWT/releases/latest/download/' + $exe;" ^
"$file = Join-Path -Path '%TEMP%' -ChildPath $exe;" ^
"Invoke-WebRequest -Uri $link -OutFile $file;" ^
"Start-Process $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^
"Start-Process -Wait $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^
"Remove-Item -Force $file"
:: Install Deceive