snap: add additional desktop entry for the appmgr

This commit is contained in:
Simon Fels 2018-05-23 14:03:38 +02:00
commit be346eb9ec
3 changed files with 28 additions and 2 deletions

8
scripts/app-appmgr.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
PACKAGE=org.anbox.appmgr
COMPONENT=org.anbox.appmgr.AppViewActivity
exec $SNAP/bin/anbox-wrapper.sh launch \
--package="$PACKAGE" \
--component="$COMPONENT"