diff --git a/.install/astroport.desktop b/.install/astroport.desktop new file mode 100755 index 0000000..c3b7d00 --- /dev/null +++ b/.install/astroport.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=Astroport/Kodi +Exec=/home/_USER_/.zen/astrXbian/ajouter_video.sh +Icon=/home/_USER_/workspace/astrXbian/logo96.png +Type=Application +Categories=Utility diff --git a/ISOconfig.sh b/ISOconfig.sh index 95a0ee7..8697b0d 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -173,6 +173,9 @@ sed -i "s/_IPFSNODEID_/$IPFSNODEID/g" ~/.kodi/addons/plugin.video.vstream/resour #BACKUP source... to restore after Vstream upgrade cp -f ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py ~/.zen/ +# ADD DESKTOP SHORTCUT +[[ "$USER" != "xbian" && -d ~/Bureau ]] && sed "s/_USER_/$USER/g" ~/.zen/astrXbian/.install/astroport.desktop > ~/Bureau/astroport.desktop && chmod +x ~/Bureau/astroport.desktop + ######################################################################## echo 'Sending "ipfstryme" message' ######################################################################## diff --git a/logo96.png b/logo96.png new file mode 100644 index 0000000..5164d57 Binary files /dev/null and b/logo96.png differ