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
|
@ -15,6 +15,11 @@ elseif(LINUX)
|
|||
${CMAKE_CURRENT_LIST_DIR}/config/linux.xml.in
|
||||
${CMAKE_BINARY_DIR}/installer/config/linux.xml
|
||||
)
|
||||
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_LIST_DIR}/config/AmneziaVPN.desktop.in
|
||||
${CMAKE_BINARY_DIR}/../AppDir/AmneziaVPN.desktop
|
||||
)
|
||||
endif()
|
||||
|
||||
configure_file(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue