whitelabel

This commit is contained in:
Andrey 2024-03-18 10:37:41 -04:00
parent 8fab9ab018
commit 90a0f8b72f
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ else
echo "! Current branch is: $branchname" >> ${TEMP_FILE}
fi
echo "#define TS_SIGNATURE \"rusEFI $branchname.$date.${SHORT_BOARD_NAME}.@@SIGNATURE_HASH@@\"" >> ${TEMP_FILE}
WHITELABEL=rusEFI
echo "#define TS_SIGNATURE \"${WHITELABEL} $branchname.$date.${SHORT_BOARD_NAME}.@@SIGNATURE_HASH@@\"" >> ${TEMP_FILE}
# We will generate the signature in a temp file, then only use it if it has changed.
# This is to avoid updating the timestamp of the signature file, which would cause the configs to regenerate when they don't need to.