Skip to content
Snippets Groups Projects
Commit b5489807 authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/mkimage: set title and desc in yaml

parent 21c35028
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,8 @@ build_profile() { ...@@ -183,6 +183,8 @@ build_profile() {
if [ -n "$_yaml_out" ]; then if [ -n "$_yaml_out" ]; then
$mkimage_yaml --release $RELEASE \ $mkimage_yaml --release $RELEASE \
--title "$title" \
--desc "$desc" \
"$output_file" >> "$_yaml_out" "$output_file" >> "$_yaml_out"
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment