From 3011a8b72ac7e3be181783910a1b77df2098bf83 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 Nov 2023 17:30:04 +0100 Subject: [PATCH] update discord if needed --- windows/vencord_installer.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/vencord_installer.bat b/windows/vencord_installer.bat index c7e6f3c..fb5e475 100644 --- a/windows/vencord_installer.bat +++ b/windows/vencord_installer.bat @@ -3,6 +3,9 @@ ECHO Ferme Discord TASKKILL /im Discord.exe /F +ECHO MaJ Discord +ECHO Y | winget install -he Discord.Discord + ECHO Installe Vencord PowerShell -Command "" ^ "$link = 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe';" ^