Skip to content

Commit c5c4045

Browse files
authored
Merge branch 'master' into oolite
2 parents d059fe8 + 539b733 commit c5c4045

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

code/worker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)