diff --git a/Makefile b/Makefile index 8ebbcdc..275c9ee 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,20 @@ pkg_json_append = '},\ "**"\ ]\ }\ - ]\ + ],\ + "linux": {\ + "maintainer": "aunetx ",\ + "icon": "../icons",\ + "category": "Utility;AudioVideo;Audio;Player;Music;",\ + "desktop": {\ + "Name": "Deezer",\ + "Type": "Application",\ + "GenericName": "Online music streaming service",\ + "Comment": "Listen and download all your favorite music",\ + "MimeType": "x-scheme-handler/deezer;",\ + "Keywords": "Music;Player;Streaming;Online;"\ + }\ + }\ }\ }' @@ -92,7 +105,6 @@ build_appimage: prepare npm i --prefix=app # Build the AppImage package npm run dist --prefix=app - mv app/dist/*.AppImage . run_flatpak: flatpak run dev.aunetx.deezer diff --git a/icons/1024x1024.png b/icons/1024x1024.png new file mode 100644 index 0000000..69e20c6 Binary files /dev/null and b/icons/1024x1024.png differ diff --git a/icons/128x128.png b/icons/128x128.png new file mode 100644 index 0000000..f80dc58 Binary files /dev/null and b/icons/128x128.png differ diff --git a/icons/16x16.png b/icons/16x16.png new file mode 100644 index 0000000..24eb81e Binary files /dev/null and b/icons/16x16.png differ diff --git a/icons/256x256.png b/icons/256x256.png new file mode 100644 index 0000000..4b0642d Binary files /dev/null and b/icons/256x256.png differ diff --git a/icons/32x32.png b/icons/32x32.png new file mode 100644 index 0000000..7ec8560 Binary files /dev/null and b/icons/32x32.png differ diff --git a/icons/48x48.png b/icons/48x48.png new file mode 100644 index 0000000..2bb22a3 Binary files /dev/null and b/icons/48x48.png differ diff --git a/icons/512x512.png b/icons/512x512.png new file mode 100644 index 0000000..7d2ce24 Binary files /dev/null and b/icons/512x512.png differ diff --git a/icons/64x64.png b/icons/64x64.png new file mode 100644 index 0000000..709591f Binary files /dev/null and b/icons/64x64.png differ