cleanup config/release. not used

This commit is contained in:
Stefan Saraev 2015-04-05 22:49:22 +03:00
parent 8bb721ae40
commit baa7b41625
3 changed files with 0 additions and 4 deletions

View File

@ -1,2 +0,0 @@
[autorun]
icon=openelec.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

View File

@ -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