We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c967e commit 1befe02Copy full SHA for 1befe02
code/worker.sh
@@ -368,6 +368,10 @@ if [ -e $APPDIR/usr/share/metainfo/*.appdata.xml ] ; then
368
cp $APPDIR/usr/share/metainfo/*.appdata.xml database/$INPUTBASENAME/
369
fi
370
371
+if [ -e $APPDIR/usr/share/metainfo/*.metainfo.xml ] ; then
372
+ cp $APPDIR/usr/share/metainfo/*.metainfo.xml database/$INPUTBASENAME/
373
+fi
374
+
375
# Get pacakge.json from resources/app.asar for electron-builder applications
376
ASAR=$(find "$APPDIR" -name "app.asar" || true)
377
PJ=$(find "$APPDIR" -path "app/package.json" || true)
0 commit comments