Fix Discord startup

This commit is contained in:
Mylloon 2023-09-13 12:01:12 +02:00
parent 2d46d36bc0
commit c2c7efe0ee
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -13,7 +13,7 @@ PowerShell -Command "$link = 'https://github.com/Vencord/Installer/releases/late
IF NOT "%1"=="yes" (
:: Restart Discord
"%LOCALAPPDATA%\Discord\Update.exe"
PowerShell Start-Process "%LOCALAPPDATA%\Discord\app-*\Discord.exe"
PAUSE
)