Partially fix hnefatafl-copenhagen.

This commit is contained in:
David Campbell 2025-12-12 17:40:40 -05:00
parent 59264c1e64
commit f00828a4d4
No known key found for this signature in database
GPG Key ID: C2E99A0CF863A603

View File

@ -13,13 +13,14 @@ template = "custom"
script = """
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/${PACKAGE_PATH}/Cargo.toml" \
--example hnefatafl-client \
--bin hnefatafl-client \
--features client \
--release \
--no-default-features
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/release/examples/hnefatafl-client" \
"target/${TARGET}/release/hnefatafl-client" \
"${COOKBOOK_STAGE}/usr/bin/hnefatafl-client"
mkdir -pv "${COOKBOOK_STAGE}"/usr/games