diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 801edf1e..28ac0b1d 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -236,7 +236,8 @@ jobs: - Development Build ### Information: - - Full Changelog and Arc Patch (Decryption Key) are available in my Discord. + - Full Changelog is available in my Discord + - Discord Account for Arc Patch needed ### Dependencies: - Addons: ${{ env.ADDONTAG }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2a35fc2..28a5d3c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -270,7 +270,8 @@ jobs: - ${{ inputs.notice }} ### Information: - - Full Changelog and Arc Patch (Decryption Key) are available in my Discord. + - Full Changelog is available in my Discord + - Discord Account for Arc Patch needed ### Versions: - stable: Stable Image (Full Image, all dependencies are included, less hardware support) diff --git a/img-gen-n.sh b/img-gen-n.sh index 8db05b6a..eb231482 100755 --- a/img-gen-n.sh +++ b/img-gen-n.sh @@ -37,8 +37,8 @@ sudo mount ${LOOPX}p3 "/tmp/p3" [[ ! -f "brx/bzImage-arc" || ! -f "brx/initrd-arc" ]] && return 1 -ARC_BUILD="`date +'%y%m%d'`-dev" -ARC_VERSION="13.11" +ARC_BUILD="`date +'%y%m%d'`" +ARC_VERSION="13.37.dev" ARC_BRANCH="next" echo "${ARC_BUILD}" >files/p1/ARC-BUILD echo "${ARC_VERSION}" >files/p1/ARC-VERSION diff --git a/img-gen-s.sh b/img-gen-s.sh index 8c01a203..85dc22c6 100755 --- a/img-gen-s.sh +++ b/img-gen-s.sh @@ -38,7 +38,7 @@ sudo mount ${LOOPX}p3 "/tmp/p3" [[ ! -f "brs/bzImage-arc" || ! -f "brs/initrd-arc" ]] && return 1 ARC_BUILD="`date +'%y%m%d'`-dev" -ARC_VERSION="13.11" +ARC_VERSION="13.37.dev" ARC_BRANCH="stable" echo "${ARC_BUILD}" >files/p1/ARC-BUILD echo "${ARC_VERSION}" >files/p1/ARC-VERSION