mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +03:00
[templates] Drop absolute path in desktop
Using absolute paths in desktop files is not portable. Not every distributive will have executable at `/usr/bin/yandexmusic`. Not every distributive have `/ust/bin` folder at all. Change-Id: Ib7ccf8137f262cc19e1cad04862de38c3c749662
This commit is contained in:
parent
558db5e840
commit
9464224efb
@ -4,7 +4,7 @@ Name[ru]=Яндекс Музыка
|
|||||||
Comment=Yandex Music — we collect music for you
|
Comment=Yandex Music — we collect music for you
|
||||||
Comment[ru]=Яндекс Музыка — собираем музыку для вас
|
Comment[ru]=Яндекс Музыка — собираем музыку для вас
|
||||||
GenericName=YandexMusic
|
GenericName=YandexMusic
|
||||||
Exec=/usr/bin/yandexmusic %U
|
Exec=yandexmusic %U
|
||||||
Icon=yandexmusic
|
Icon=yandexmusic
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
Loading…
Reference in New Issue
Block a user