Revert "Update scripts/image"

This reverts commit 3f77c14b606cbb3d1f03fbb19905e41b9f3dce3a.
This commit is contained in:
MilhouseVH 2019-09-13 17:02:41 +01:00
parent bc58b3302a
commit 6dc483c169

View File

@ -95,7 +95,7 @@ if [ -n "${CUSTOM_VERSION}" ]; then
fi
LIBREELEC_ARCH="${DEVICE:-${PROJECT}}.${TARGET_ARCH}"
if [ "${OFFICIAL}" = "yes" ]; then
if [ "${LIBREELEC_BUILD}" = "official" ]; then
TARGET_VERSION="${LIBREELEC_ARCH}-${LIBREELEC_VERSION}"
else
TARGET_VERSION="${LIBREELEC_ARCH}-${LIBREELEC_BUILD}-${LIBREELEC_VERSION}"