aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkimage.sh')
-rwxr-xr-xscripts/mkimage.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mkimage.sh b/scripts/mkimage.sh
index 4f5aaac86a..8d7c4de8e1 100755
--- a/scripts/mkimage.sh
+++ b/scripts/mkimage.sh
@@ -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