fix vencord installer
This commit is contained in:
parent
5981d9a1f6
commit
5b1f1cbbd6
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ PowerShell -Command "" ^
|
||||||
"$file = 'vencord.exe';" ^
|
"$file = 'vencord.exe';" ^
|
||||||
"$outfile = Join-Path -Path $env:TEMP -ChildPath $file;" ^
|
"$outfile = Join-Path -Path $env:TEMP -ChildPath $file;" ^
|
||||||
"Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
"Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
||||||
"cd $env:TEMP;" ^
|
"Start-Process -NoNewWindow $outfile '-install'"
|
||||||
"ECHO 1| & $outfile -install"
|
|
||||||
|
|
||||||
IF NOT "%1"=="yes" (
|
IF NOT "%1"=="yes" (
|
||||||
:: Restart Discord
|
:: Restart Discord
|
||||||
|
|
Loading…
Reference in a new issue