#!/bin/sh set -e DIR=`mktemp -d` # Init dir xdg-app build-init ${DIR} org.test.Hello org.test.Platform org.test.Platform mkdir -p ${DIR}/files/bin cat > ${DIR}/files/bin/hello.sh < ${DIR}/files/share/app-info/xmls/org.test.Hello.xml.gz < org.test.Hello.desktop Hello world test app Print a greeting

This is a test app.

Utility 64x64/org.gnome.gedit.png
EOF cp org.test.Hello.png ${DIR}/files/share/app-info/icons/xdg-app/64x64/ xdg-app build-finish --command=hello.sh ${DIR} xdg-app build-export repo ${DIR} rm -rf ${DIR}