Try to fix the ratzilla recipe script

This commit is contained in:
Ribbon 2025-07-03 08:17:48 -03:00
parent 883cb05808
commit 66889c4846

View File

@ -11,7 +11,7 @@ colors-rgb demo demo2 minimal pong text-area user-input website world-map
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/examples/${PACKAGE_PATH}/Cargo.toml" \
--package "${package}" \
--release \
--release
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/${build_type}/examples/${package}" \