Skip to content
Snippets Groups Projects

Linux - Replace legacy desktop integration with modern XDG-based integration

Closed JennaHuntsman requested to merge JennaHuntsman/xdg-integration:main into main
Compare and Show latest version
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -1548,6 +1548,11 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/viewer_version.txt"
"${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}\n")
configure_file(llviewerbuildconfig.h.in llviewerbuildconfig.h @ONLY)
if (LINUX)
configure_file(/linux-tools/refresh_desktop_app_entry.sh /linux-tools/refresh_desktop_app_entry.sh @ONLY)
endif(LINUX)
LIST(APPEND viewer_HEADER_FILES ${CMAKE_CURRENT_BINARY_DIR}/llviewerbuildconfig.h)
if (DARWIN)
Loading