From 6c245936164306b70b3a573fb4237a5678e942a6 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Tue, 30 Jan 2024 18:21:07 +0300 Subject: [PATCH] desktop file fix --- templates/desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/desktop b/templates/desktop index 2ccb0e8..c7ddca4 100644 --- a/templates/desktop +++ b/templates/desktop @@ -4,7 +4,7 @@ Name[ru]=Яндекс Музыка Comment=Yandex Music — we collect music for you Comment[ru]=Яндекс Музыка — собираем музыку для вас GenericName=YandexMusic -Exec=<%= name %> %U<% if (execArguments && execArguments.length) { %> <%= execArguments.join(' ') %><% } %> +Exec=usr/bin/yandexmusic %U Icon=YandexMusic Type=Application StartupNotify=true