Better appimage support
16
Makefile
@ -29,7 +29,20 @@ pkg_json_append = '},\
|
|||||||
"**"\
|
"**"\
|
||||||
]\
|
]\
|
||||||
}\
|
}\
|
||||||
]\
|
],\
|
||||||
|
"linux": {\
|
||||||
|
"maintainer": "aunetx <me@aunetx.dev>",\
|
||||||
|
"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
|
npm i --prefix=app
|
||||||
# Build the AppImage package
|
# Build the AppImage package
|
||||||
npm run dist --prefix=app
|
npm run dist --prefix=app
|
||||||
mv app/dist/*.AppImage .
|
|
||||||
|
|
||||||
run_flatpak:
|
run_flatpak:
|
||||||
flatpak run dev.aunetx.deezer
|
flatpak run dev.aunetx.deezer
|
||||||
|
BIN
icons/1024x1024.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
icons/128x128.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/16x16.png
Normal file
After Width: | Height: | Size: 512 B |
BIN
icons/256x256.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
icons/32x32.png
Normal file
After Width: | Height: | Size: 651 B |
BIN
icons/48x48.png
Normal file
After Width: | Height: | Size: 896 B |
BIN
icons/512x512.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
icons/64x64.png
Normal file
After Width: | Height: | Size: 712 B |