File Fix-install-path.patch of Package crow-translate
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c566eb9..6e15284 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ project(crow-translate VERSION 2.4.1 LANGUAGES CXX)
set(CMAKE_PROJECT_HOMEPAGE_URL crow-translate.github.io)
set(CMAKE_PROJECT_DESCRIPTION "A simple and lightweight translator that allows to translate and speak text using Google, Yandex and Bing")
-set(APPLICATION_NAME "Crow Translate")
+set(APPLICATION_NAME "crow-translate")
if(UNIX)
set(DESKTOP_FILE io.crow_translate.CrowTranslate.desktop)
endif()