huh so discord updates on non-ubuntu linux just got really janky
if you're not running ubuntu you have to just download the files and figure it out on your own. awkward.
@noelfb might be worth checking out the Discord flatpak on Flathub.
@oddfox if i install it from flatpak is there a way to run it nicely without the `flatpak run com.discordapp.Discord`? right now i can just launch it nicely from my normal app search.
@noelfb it should show up in your typical app launcher shortly after install

@noelfb

There should automatically be an entry. If not, you can create the desktop file[1] yourself, set `Exec=flatpak run ...` and other fields like the name. Then put it in an appropriate folder (probably ~/.local/share/applications). Depending on what you use to list applications, you might need to update some database.

[1] https://wiki.archlinux.org/title/Desktop_entries

Desktop entries - ArchWiki