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
|
Comment=Listen and download all your favorite music
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Icon=dev.aunetx.deezer
|
Icon=dev.aunetx.deezer
|
||||||
TryExec=/app/bin/run.sh
|
TryExec=run.sh
|
||||||
Exec=/app/bin/run.sh %U
|
Exec=run.sh %U
|
||||||
Terminal=false
|
Terminal=false
|
||||||
MimeType=x-scheme-handler/deezer;
|
MimeType=x-scheme-handler/deezer;
|
||||||
Categories=Audio;Music;Player;AudioVideo;
|
Categories=Audio;Music;Player;AudioVideo;
|
||||||
|
|
|
@ -41,6 +41,11 @@
|
||||||
"from": "../extra/",
|
"from": "../extra/",
|
||||||
"to": ".",
|
"to": ".",
|
||||||
"filter": ["**"]
|
"filter": ["**"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": "../",
|
||||||
|
"to": ".",
|
||||||
|
"filter": ["dev.aunetx.deezer.desktop", "dev.aunetx.deezer.svg"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
|
|
Loading…
Reference in New Issue