Fix Discord startup
This commit is contained in:
parent
2d46d36bc0
commit
c2c7efe0ee
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ PowerShell -Command "$link = 'https://github.com/Vencord/Installer/releases/late
|
||||||
|
|
||||||
IF NOT "%1"=="yes" (
|
IF NOT "%1"=="yes" (
|
||||||
:: Restart Discord
|
:: Restart Discord
|
||||||
"%LOCALAPPDATA%\Discord\Update.exe"
|
PowerShell Start-Process "%LOCALAPPDATA%\Discord\app-*\Discord.exe"
|
||||||
|
|
||||||
PAUSE
|
PAUSE
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue