From 78f7f0e7aa8cc897a09d2acddda76db1398bc50e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 23 Jan 2024 14:42:50 +0100 Subject: [PATCH] fix vencord installation fr --- windows/vencord_installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/vencord_installer.bat b/windows/vencord_installer.bat index 6a0d8c0..98843ce 100644 --- a/windows/vencord_installer.bat +++ b/windows/vencord_installer.bat @@ -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" (