From 90cb535cacd2352dd41c04b4764496b8871d3b34 Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Mon, 4 Apr 2022 15:20:17 +0200 Subject: [PATCH] Rename Play.desktop to org.purei.Play.desktop --- Source/ui_qt/CMakeLists.txt | 3 +-- installer_unix/{Play.desktop => org.purei.Play.desktop} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename installer_unix/{Play.desktop => org.purei.Play.desktop} (100%) diff --git a/Source/ui_qt/CMakeLists.txt b/Source/ui_qt/CMakeLists.txt index a87ef2eb8..f90c69489 100644 --- a/Source/ui_qt/CMakeLists.txt +++ b/Source/ui_qt/CMakeLists.txt @@ -321,9 +321,8 @@ elseif(TARGET_PLATFORM_UNIX) DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps RENAME org.purei.Play.svg ) - install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../../installer_unix/Play.desktop + install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../../installer_unix/org.purei.Play.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications - RENAME org.purei.Play.desktop ) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../../installer_unix/org.purei.Play.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo diff --git a/installer_unix/Play.desktop b/installer_unix/org.purei.Play.desktop similarity index 100% rename from installer_unix/Play.desktop rename to installer_unix/org.purei.Play.desktop