From 85ef510cf815c002be972a7a73e34b72bb2c642c Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 25 Jun 2025 19:33:25 +1200 Subject: [PATCH] Modify bb64/publish.sh --- bb64/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb64/publish.sh b/bb64/publish.sh index f89bffe..26ff998 100755 --- a/bb64/publish.sh +++ b/bb64/publish.sh @@ -13,7 +13,7 @@ if [ "$ARCH" = "aarch64" ]; then fi # Increment version -VERSION_FILE="${SCRIPT_DIR}/src/version.hpp" +VERSION_FILE="${SCRIPT_DIR}/src/version.h" if [ ! -f "${VERSION_FILE}" ]; then echo "${VERSION_FILE} not found!" >&2 exit 1