File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ sudo chmod a+x appstreamcli-x86_64.AppImage
446446 echo " " >> apps/$INPUTBASENAME .md
447447 echo " permalink: /$INPUTBASENAME /" >> apps/$INPUTBASENAME .md
448448 # Description
449- DESKTOP_COMMENT=$( grep " ^Comment=.*" database/$INPUTBASENAME /* .desktop | cut -d ' =' -f 2- )
449+ DESKTOP_COMMENT=$( grep " ^Comment=.*" database/$INPUTBASENAME /* .desktop | cut -d ' =' -f 2- ) || true
450450 if [ -f database/$INPUTBASENAME /* appdata.xml ] ; then
451451 ./appstreamcli-x86_64.AppImage convert database/$INPUTBASENAME /* appdata.xml database/$INPUTBASENAME /appdata.yaml
452452 SUMMARY=$( cat database/$INPUTBASENAME /* appdata.xml | xmlstarlet sel -t -m " /component/summary[1]" -v .) || true
@@ -474,7 +474,6 @@ sudo chmod a+x appstreamcli-x86_64.AppImage
474474 echo " license: $DT_LICENSE " >> apps/$INPUTBASENAME .md
475475 else
476476 echo " No license found!"
477- exit 1
478477 fi
479478 # Icon
480479 ICONBASENAME=$( basename " $ICONFILE " )
You can’t perform that action at this time.
0 commit comments