From e89a6827bcd35d6da3e63488ef3877adf1eedb76 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 18 Jun 2024 20:02:49 +0200 Subject: [PATCH] close discord twice --- windows/vencord_installer.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/vencord_installer.bat b/windows/vencord_installer.bat index c9b5439..3f349a2 100644 --- a/windows/vencord_installer.bat +++ b/windows/vencord_installer.bat @@ -9,6 +9,9 @@ ECHO Y | winget install -he Discord.Discord SET "discord_dir=%LOCALAPPDATA%\Discord" +ECHO Ferme Discord +TASKKILL /im Discord.exe /F + ECHO Installe Vencord PowerShell -Command "" ^ "$link = 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe';" ^