diff --git a/cmake/Installation.cmake b/cmake/Installation.cmake index d529790d3..7348bd8ab 100644 --- a/cmake/Installation.cmake +++ b/cmake/Installation.cmake @@ -39,7 +39,7 @@ if(APPLE) else() install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION "bin") install(FILES "res/qTox.appdata.xml" DESTINATION "share/appdata") - install(FILES "qTox.desktop" DESTINATION "share/applications") + install(FILES "qtox.desktop" DESTINATION "share/applications") # Install application icons according to the XDG spec set(ICON_SIZES 14 16 22 24 32 36 48 64 72 96 128 192 256 512) diff --git a/qTox.desktop b/qtox.desktop similarity index 100% rename from qTox.desktop rename to qtox.desktop diff --git a/qtox.pro b/qtox.pro index 9c17d9696..97e48d390 100644 --- a/qtox.pro +++ b/qtox.pro @@ -215,7 +215,7 @@ win32 { DATADIR = $$PREFIX/share target.path = $$BINDIR desktop.path = $$DATADIR/applications - desktop.files += qTox.desktop + desktop.files += qtox.desktop appdata.path = $$DATADIR/appdata appdata.files += res/qTox.appdata.xml INSTALLS += target desktop appdata @@ -403,7 +403,7 @@ macx { freebsd { target.path = $$PREFIX/bin - desktop.files = qTox.desktop + desktop.files = qtox.desktop desktop.path = $$PREFIX/share/applications icon.files = img/qtox.png diff --git a/res/qTox.appdata.xml b/res/qTox.appdata.xml index 9d236e24b..6a481daf3 100644 --- a/res/qTox.appdata.xml +++ b/res/qTox.appdata.xml @@ -1,7 +1,7 @@ - qTox.desktop + qtox.desktop CC-BY-SA-3.0 GPL-3.0 qTox