fix deletion
This commit is contained in:
parent
78f7f0e7aa
commit
5a9add3578
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ PowerShell -Command "" ^
|
||||||
"$link = 'https://github.com/pwall2222/NOWT/releases/latest/download/' + $exe;" ^
|
"$link = 'https://github.com/pwall2222/NOWT/releases/latest/download/' + $exe;" ^
|
||||||
"$file = Join-Path -Path '%TEMP%' -ChildPath $exe;" ^
|
"$file = Join-Path -Path '%TEMP%' -ChildPath $exe;" ^
|
||||||
"Invoke-WebRequest -Uri $link -OutFile $file;" ^
|
"Invoke-WebRequest -Uri $link -OutFile $file;" ^
|
||||||
"Start-Process $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^
|
"Start-Process -Wait $file '/SUPPRESSMSGBOXES', '/VERYSILENT';" ^
|
||||||
"Remove-Item -Force $file"
|
"Remove-Item -Force $file"
|
||||||
|
|
||||||
:: Install Deceive
|
:: Install Deceive
|
||||||
|
|
Loading…
Reference in a new issue