Skip to content

Commit

Permalink
fix the nightly-builds on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Sep 15, 2023
1 parent 304629e commit e5cfb1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit e5cfb1f

Please sign in to comment.