Include icons and desktop file into the zip package

This commit is contained in:
Aurélien Hamy 2023-06-22 17:42:06 +02:00
parent 00424bef7b
commit 17091425d0
2 changed files with 7 additions and 2 deletions

View File

@ -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;

View File

@ -41,6 +41,11 @@
"from": "../extra/",
"to": ".",
"filter": ["**"]
},
{
"from": "../",
"to": ".",
"filter": ["dev.aunetx.deezer.desktop", "dev.aunetx.deezer.svg"]
}
],
"linux": {