From 5b1f1cbbd6bd72c0bf493f85a19e7b24ca89fa78 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 23 Jan 2024 08:42:05 +0100 Subject: [PATCH] fix vencord installer --- windows/vencord_installer.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/vencord_installer.bat b/windows/vencord_installer.bat index fb5e475..640ce6d 100644 --- a/windows/vencord_installer.bat +++ b/windows/vencord_installer.bat @@ -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