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';" ^
|
||||
"$outfile = Join-Path -Path $env:TEMP -ChildPath $file;" ^
|
||||
"Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
||||
"cd $env:TEMP;" ^
|
||||
"ECHO 1| & $outfile -install"
|
||||
"Start-Process -NoNewWindow $outfile '-install'"
|
||||
|
||||
IF NOT "%1"=="yes" (
|
||||
:: Restart Discord
|
||||
|
|
Loading…
Reference in a new issue