scripts/mkimage: set title and desc in yaml

This commit is contained in:
Natanael Copa 2017-05-29 14:59:40 +02:00
parent 21c35028cd
commit b548980768

View File

@ -183,6 +183,8 @@ build_profile() {
if [ -n "$_yaml_out" ]; then
$mkimage_yaml --release $RELEASE \
--title "$title" \
--desc "$desc" \
"$output_file" >> "$_yaml_out"
fi
fi