Square brackets around description
This commit is contained in:
parent
4ea4d6ed5f
commit
6340860ba9
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue