Skip to content

Commit 1befe02

Browse files
authored
Support .metainfo.xml (#3067)
1 parent e2c967e commit 1befe02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/worker.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,10 @@ if [ -e $APPDIR/usr/share/metainfo/*.appdata.xml ] ; then
368368
cp $APPDIR/usr/share/metainfo/*.appdata.xml database/$INPUTBASENAME/
369369
fi
370370

371+
if [ -e $APPDIR/usr/share/metainfo/*.metainfo.xml ] ; then
372+
cp $APPDIR/usr/share/metainfo/*.metainfo.xml database/$INPUTBASENAME/
373+
fi
374+
371375
# Get pacakge.json from resources/app.asar for electron-builder applications
372376
ASAR=$(find "$APPDIR" -name "app.asar" || true)
373377
PJ=$(find "$APPDIR" -path "app/package.json" || true)

0 commit comments

Comments
 (0)