mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
b4df5c076e
* Fix Linux App startup icon * Use project version from cmake * Set Release date automatically
11 lines
246 B
Desktop File
Executable File
11 lines
246 B
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Type=Application
|
|
Name=AmneziaVPN
|
|
Version=@CMAKE_PROJECT_VERSION@
|
|
Comment=Client of your self-hosted VPN
|
|
Exec=AmneziaVPN
|
|
Icon=/usr/share/pixmaps/AmneziaVPN.png
|
|
Categories=Network;Qt;Security;
|
|
Terminal=false
|