lennartalff.net/content/posts/discord-update.md
2022-09-19 12:34:58 +02:00

584 B

title date categories tags
Discord Update Blocks Launch 2022-08-10
Software
software
fix

If there is an update for discord available, the program will refuse to launch and give you the option to download the new version. Options available for Linux are .deb packages and archives with the source code. Since I'm using Arch Linux and discord is installed via pacman neither is a valid choice. {{}} sudo vim /opt/discord/resources/build_info.json {{}}

{
    "releaseChannel": "stable",
    "version": "0.0.18"
}