Skip to content

Commit

Permalink
Merge pull request #4206 from Be-ing/desktop_rename
Browse files Browse the repository at this point in the history
rename .desktop file according to Freedesktop standards
  • Loading branch information
Holzhaus authored Aug 16, 2021
2 parents c932447 + 27ff5ce commit 6ccf804
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ if(UNIX AND NOT APPLE)
# .desktop file for KDE/GNOME menu
install(
FILES
"${CMAKE_CURRENT_SOURCE_DIR}/res/linux/mixxx.desktop"
"${CMAKE_CURRENT_SOURCE_DIR}/res/linux/org.mixxx.Mixxx.desktop"
DESTINATION
"${CMAKE_INSTALL_DATADIR}/applications"
)
Expand Down
2 changes: 1 addition & 1 deletion res/linux/mixxx.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Author 2014 Tuukka Pasanen <[email protected]> -->
<component type="desktop-application">
<id>org.mixxx.Mixxx</id>
<launchable type="desktop-id">mixxx.desktop</launchable>
<launchable type="desktop-id">org.mixxx.Mixxx.desktop</launchable>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>Mixxx DJ Software</name>
Expand Down
File renamed without changes.

0 comments on commit 6ccf804

Please sign in to comment.