diff --git a/config/release/Autorun.inf b/config/release/Autorun.inf deleted file mode 100644 index db877fbd9f..0000000000 --- a/config/release/Autorun.inf +++ /dev/null @@ -1,2 +0,0 @@ -[autorun] -icon=openelec.ico diff --git a/config/release/openelec.ico b/config/release/openelec.ico deleted file mode 100644 index 3fe1490a26..0000000000 Binary files a/config/release/openelec.ico and /dev/null differ diff --git a/scripts/image b/scripts/image index 6c9a14b88c..c3d435e17b 100755 --- a/scripts/image +++ b/scripts/image @@ -268,7 +268,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" cp $ROOT/README* $RELEASE_DIR cp $ROOT/CHANGELOG* $RELEASE_DIR - cp -R $CONFIG/release/openelec.ico $RELEASE_DIR echo "$TARGET_VERSION" > $RELEASE_DIR/RELEASE if [ -n "$MEDIACENTER" ] ; then @@ -392,7 +391,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" ) # copy additional files - cp -R $CONFIG/release/openelec.ico $RELEASE_DIR/${DISTRONAME}_${PROJECT}/System mkdir -p $RELEASE_DIR/${DISTRONAME}_${PROJECT}/System/licenses cp $ROOT/licenses/* $RELEASE_DIR/${DISTRONAME}_${PROJECT}/System/licenses