fix vencord installation fr
This commit is contained in:
parent
5a70caf64e
commit
78f7f0e7aa
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ PowerShell -Command "" ^
|
|||
"$file = 'vencord.exe';" ^
|
||||
"$outfile = Join-Path -Path $env:TEMP -ChildPath $file;" ^
|
||||
"Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
||||
"Start-Process -NoNewWindow $outfile '-install';" ^
|
||||
"Start-Process -Wait -NoNewWindow $outfile '-install', '-location %LOCALAPPDATA%\Discord';" ^
|
||||
"Remove-Item -Force $outfile"
|
||||
|
||||
IF NOT "%1"=="yes" (
|
||||
|
|
Loading…
Reference in a new issue