From 6c0a30783bc4194096368ed8c7430178e265e63c Mon Sep 17 00:00:00 2001 From: Ady Date: Fri, 29 Apr 2022 21:58:53 -0400 Subject: [PATCH] Allow to put the app in favorites --- package-append.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package-append.json b/package-append.json index 32bde08..de06ef6 100644 --- a/package-append.json +++ b/package-append.json @@ -50,7 +50,8 @@ "GenericName": "Online music streaming service", "Comment": "Listen and download all your favorite music", "MimeType": "x-scheme-handler/deezer;", - "Keywords": "Music;Player;Streaming;Online;" + "Keywords": "Music;Player;Streaming;Online;", + "StartupWMClass": "Deezer" }, "artifactName": "${productName}-${version}-${arch}.${ext}" }, @@ -64,4 +65,4 @@ "artifactName": "${productName}-${version}.${arch}.${ext}" } } -} \ No newline at end of file +}