mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-21 12:44:58 +02:00
chore: update desktop entry and sync config with file
This commit is contained in:
parent
105a00f5b5
commit
3417a68f8f
@ -4,12 +4,11 @@ Name=Deezer
|
||||
GenericName=Online music streaming service
|
||||
Comment=Listen and download all your favorite music
|
||||
StartupNotify=true
|
||||
Icon=dev.aunetx.deezer
|
||||
TryExec=run.sh
|
||||
Exec=run.sh %U
|
||||
Icon=dev.aunetx.deezer.svg
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/deezer;
|
||||
Categories=Audio;Music;Player;AudioVideo;
|
||||
Keywords=Music;Player;Streaming;Online;
|
||||
StartupWMClass=Deezer
|
||||
SingleMainWindow=true
|
||||
X-GNOME-UsesNotifications=true
|
@ -41,16 +41,21 @@
|
||||
"linux": {
|
||||
"maintainer": "aunetx <me@aunetx.dev>",
|
||||
"icon": "../icons",
|
||||
"category": "Utility;AudioVideo;Audio;Player;Music;",
|
||||
"category": "AudioVideo;Audio;Player;Music;",
|
||||
"desktop": {
|
||||
"entry": {
|
||||
"Name": "Deezer",
|
||||
"Type": "Application",
|
||||
"Name": "Deezer",
|
||||
"GenericName": "Online music streaming service",
|
||||
"Comment": "Listen and download all your favorite music",
|
||||
"StartupNotify": "true",
|
||||
"Terminal": "false",
|
||||
"MimeType": "x-scheme-handler/deezer;",
|
||||
"Categories": "Audio;Music;Player;AudioVideo;",
|
||||
"Keywords": "Music;Player;Streaming;Online;",
|
||||
"StartupWMClass": "Deezer"
|
||||
"StartupWMClass": "Deezer",
|
||||
"SingleMainWindow": "true",
|
||||
"X-GNOME-UsesNotifications": "true"
|
||||
}
|
||||
},
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user