Skip to content

Commit

Permalink
Support .metainfo.xml (#3067)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev committed Dec 9, 2022
1 parent e2c967e commit 1befe02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ if [ -e $APPDIR/usr/share/metainfo/*.appdata.xml ] ; then
cp $APPDIR/usr/share/metainfo/*.appdata.xml database/$INPUTBASENAME/
fi

if [ -e $APPDIR/usr/share/metainfo/*.metainfo.xml ] ; then
cp $APPDIR/usr/share/metainfo/*.metainfo.xml database/$INPUTBASENAME/
fi

# Get pacakge.json from resources/app.asar for electron-builder applications
ASAR=$(find "$APPDIR" -name "app.asar" || true)
PJ=$(find "$APPDIR" -path "app/package.json" || true)
Expand Down

0 comments on commit 1befe02

Please sign in to comment.