fix vencord installation fr

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

View file

@ -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" (