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
|
||||
# Build the AppImage package
|
||||
npm run dist --prefix=app
|
||||
mv app/dist/*.AppImage .
|
||||
|
||||
run_flatpak:
|
||||
flatpak run dev.aunetx.deezer
|
||||
|
|
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 512 B |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 651 B |
After Width: | Height: | Size: 896 B |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 712 B |