close discord twice

This commit is contained in:
Mylloon 2024-06-18 20:02:49 +02:00
parent c7d6e25fe5
commit e89a6827bc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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';" ^