diff --git a/build/build-host-release b/build/build-host-release index 0f106e2..cac5d26 100644 --- a/build/build-host-release +++ b/build/build-host-release @@ -19,7 +19,7 @@ done BUILD_FEATURES+=${BUILD_EXTRA_FEATURES} ROOT_DIR=$(cd $(dirname $0) && pwd) -VERSION=$(grep -E '^version' "${ROOT_DIR}/../Cargo.toml" | awk '{print $3}' | sed 's/"//g') +VERSION=$(grep -E '^version' "${ROOT_DIR}/../seam/Cargo.toml" | awk '{print $3}' | sed 's/"//g') HOST_TRIPLE=$(rustc -Vv | grep 'host:' | awk '{print $2}') echo "Started build release ${VERSION} for ${HOST_TRIPLE} (target: ${BUILD_TARGET}) with features \"${BUILD_FEATURES}\"..." diff --git a/build/build-release b/build/build-release index 358a5a6..d4abc5f 100644 --- a/build/build-release +++ b/build/build-release @@ -2,7 +2,7 @@ # Path: build\release CUR_DIR=$(cd $(dirname $0) && pwd) -VERSION=$(grep -E '^version' ${CUR_DIR}/../Cargo.toml | awk '{print $3}' | sed 's/"//g') +VERSION=$(grep -E '^version' ${CUR_DIR}/../seam/Cargo.toml | awk '{print $3}' | sed 's/"//g') ## Disable macos ACL file if [[ "$(uname -s)" == "Darwin" ]]; then diff --git a/build/build-release-zigbuild b/build/build-release-zigbuild index 6126234..1e525f4 100644 --- a/build/build-release-zigbuild +++ b/build/build-release-zigbuild @@ -1,7 +1,7 @@ #!/bin/bash CUR_DIR=$(cd $(dirname $0) && pwd) -VERSION=$(grep -E '^version' ${CUR_DIR}/../Cargo.toml | awk '{print $3}' | sed 's/"//g') +VERSION=$(grep -E '^version' ${CUR_DIR}/../seam/Cargo.toml | awk '{print $3}' | sed 's/"//g') ## Disable macos ACL file if [[ "$(uname -s)" == "Darwin" ]]; then