diff --git a/windows/installers/vencord.bat b/windows/installers/vencord.bat index 296e44a..b7e7e23 100644 --- a/windows/installers/vencord.bat +++ b/windows/installers/vencord.bat @@ -13,17 +13,15 @@ SET "vencord=%TEMP%\vencord.exe" ECHO Download Vencord PowerShell -Command "" ^ "$link = 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe';" ^ - "$outfile = Join-Path -Path $env:TEMP -ChildPath '!vencord!';" ^ - "Invoke-WebRequest -Uri $link -OutFile $outfile" + "Invoke-WebRequest -Uri $link -OutFile '!vencord!'" ECHO Reclose Discord TASKKILL /im Discord.exe /F ECHO Install Vencord PowerShell -Command "" ^ - "$outfile = Join-Path -Path $env:TEMP -ChildPath '!vencord!';" ^ - "Start-Process -Wait -NoNewWindow $outfile '-install', '-location !discord_dir!';" ^ - "Remove-Item -Force $outfile" + "Start-Process -Wait -NoNewWindow '!vencord!' '-install', '-location !discord_dir!';" ^ + "Remove-Item -Force '!vencord!'" IF NOT "%1"=="yes" ( :: Restart Discord