Include icons and desktop file into the zip package
This commit is contained in:
parent
00424bef7b
commit
17091425d0
|
@ -5,8 +5,8 @@ GenericName=Online music streaming service
|
|||
Comment=Listen and download all your favorite music
|
||||
StartupNotify=true
|
||||
Icon=dev.aunetx.deezer
|
||||
TryExec=/app/bin/run.sh
|
||||
Exec=/app/bin/run.sh %U
|
||||
TryExec=run.sh
|
||||
Exec=run.sh %U
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/deezer;
|
||||
Categories=Audio;Music;Player;AudioVideo;
|
||||
|
|
|
@ -41,6 +41,11 @@
|
|||
"from": "../extra/",
|
||||
"to": ".",
|
||||
"filter": ["**"]
|
||||
},
|
||||
{
|
||||
"from": "../",
|
||||
"to": ".",
|
||||
"filter": ["dev.aunetx.deezer.desktop", "dev.aunetx.deezer.svg"]
|
||||
}
|
||||
],
|
||||
"linux": {
|
||||
|
|
Loading…
Reference in New Issue