From e5cfb1f71185c6add196e4d96e66192291555067 Mon Sep 17 00:00:00 2001 From: pionere Date: Fri, 15 Sep 2023 13:03:01 +0200 Subject: [PATCH] fix the nightly-builds on linux --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d3daa5fbb9b..63c2ea98084a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1337,6 +1337,10 @@ if(CPACK) set(desktop_file "${CMAKE_BINARY_DIR}/${desktop_file_name}") endif() + # make the desktop file available to AppImage + install(FILES "${desktop_file}" + DESTINATION "${CMAKE_BINARY_DIR}/devilutionx.desktop" + ) install(FILES "${desktop_file}" DESTINATION "share/applications" )