Square brackets around description

This commit is contained in:
Bob Mottram 2018-05-26 18:53:36 +01:00
parent 4ea4d6ed5f
commit 6340860ba9
1 changed files with 3 additions and 1 deletions

View File

@ -97,7 +97,9 @@ function android_update_apps {
{ echo ' {';
echo " \"name\": \"${app_name}\",";
echo " \"short_description\": \"$SHORT_DESCRIPTION\",";
echo " \"description\": \"$DESCRIPTION\",";
echo " \"description\": [";
echo " \"$DESCRIPTION\"";
echo ' ],';
echo " \"icon_url\": \"/icons/${app_name}.png\",";
echo " \"clients\": ["; } >> "$plinth_api"