Fix Linux App startup icon (#344)
* Fix Linux App startup icon * Use project version from cmake * Set Release date automatically
This commit is contained in:
parent
52400252dd
commit
b4df5c076e
9 changed files with 19 additions and 15 deletions
10
deploy/installer/config/AmneziaVPN.desktop.in
Executable file
10
deploy/installer/config/AmneziaVPN.desktop.in
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Installer>
|
||||
<Name>AmneziaVPN</Name>
|
||||
<Version>1.6.0.0</Version>
|
||||
<Version>@CMAKE_PROJECT_VERSION@</Version>
|
||||
<Title>AmneziaVPN</Title>
|
||||
<Publisher>AmneziaVPN</Publisher>
|
||||
<StartMenuDir>AmneziaVPN</StartMenuDir>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue