mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
* Fix compilation error for flatpak * Add files necessary for flatpak release * Apply suggestions
13 lines
247 B
Desktop File
Executable File
13 lines
247 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Version=1.5
|
|
Type=Application
|
|
|
|
Name=Abaddon
|
|
Comment=An alternative Discord client with voice support made with C++ and GTK 3
|
|
Categories=Network;Chat;
|
|
|
|
Icon=io.github.uowuo.abaddon
|
|
Exec=abaddon
|
|
Terminal=false
|