Write a deployment packaging script #113

Merged
glen merged 8 commits from Vectornaut/dyna3:deployment-packaging into main 2025-08-11 03:33:21 +00:00
Showing only changes of commit 203e47397d - Show all commits

View file

@ -8,7 +8,7 @@
# the application prototype # the application prototype
# find the manifest file for the application prototype # find the manifest file for the application prototype
MANIFEST="$(dirname -- $0)/Cargo.toml" MANIFEST="$(dirname -- $0)/../app-proto/Cargo.toml"
# set up the command that runs each example # set up the command that runs each example
RUN_EXAMPLE="cargo run --manifest-path $MANIFEST --example" RUN_EXAMPLE="cargo run --manifest-path $MANIFEST --example"