-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathinstall.sh
3 lines (3 loc) · 962 Bytes
/
install.sh
1
2
3
s="[Desktop Entry]\nName=海天鹰播放器\nComment=Media player\nExec=`pwd`/HTYMP %u\nIcon=`pwd`/icon.png\nPath=`pwd`\nTerminal=false\nType=Application\nMimeType=application/ogg;application/vnd.apple.mpegurl;application/vnd.rn-realmedia;application/x-extension-mp4;application/x-flac;application/x-matroska;application/x-ogg;application/xspf+xml;image/vnd.rn-realpix;misc/ultravox;video/3gpp;video/dv;video/mp2t;video/mp4;video/x-m4v;video/mp4v-es;video/mpeg;video/msvideo;video/ogg;video/quicktime;video/vnd.rn-realvideo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flv;video/x-matroska;video/x-mpeg;video/x-ms-asf;video/x-msvideo;video/x-ms-wmv;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;x-content/video-dvd;x-content/video-svcd;x-content/video-vcd;x-scheme-handler/mms;x-scheme-handler/rtmp;x-scheme-handler/rtsp;\nCategories=AudioVideo;"
echo -e $s > HTYMP.desktop
cp `pwd`/HTYMP.desktop ~/.local/share/applications/HTYMP.desktop