12 lines
254 B
TOML
12 lines
254 B
TOML
format = 1
|
|
id = "demo.tools"
|
|
name = "Hello and system report"
|
|
version = "1.0"
|
|
|
|
# Paths are relative to this recipe. Each payload entry creates one partition.
|
|
[[payload]]
|
|
bundles = ["../../out/demo-hello"]
|
|
|
|
[[payload]]
|
|
bundles = ["../../out/demo-report"]
|