mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
10 lines
188 B
Desktop File
Executable File
10 lines
188 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Name=VeilidChat
|
|
Comment=VeilidChat Private Messaging
|
|
Exec=veilidchat
|
|
Icon=com.veilid.veilidchat
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Network;
|