Performs the automatic installation of BetterDiscord after each Discord updates.
Supported OS:
- Windows
- Download
BetterDiscordAutoUpdate.exe
from the latest release page. - Double-click to open
BetterDiscordAutoUpdate.exe
(A terminal should open). - If the execution went well, you're done.
- Now BetterDiscord will install automatically after each Discord update.
BetterDiscordAutoUpdate.exe
is a .exe
file for Windows
that renames the original Update.exe
to Update.moved.exe
and self-copies into the Discord folder as Update.exe
to catch all executions of that file and perform checks and actions to keep BetterDiscord installed.
- Go to your Discord folder at
%LOCALAPPDATA%\Discord
. - Delete
Update.exe
. - Rename
Update.moved.exe
toUpdate.exe
. - Done.
The BetterDiscordAutoUpdate.exe
should be run in a terminal by adding a launch argument:
.\BetterDiscordAutoUpdate.exe ptb
.\BetterDiscordAutoUpdate.exe canary
BetterDiscordAutoUpdate has been written in C++17
using Visual Studio Community
with the Desktop development with C++
workload.