snap: add additional desktop entry for the appmgr
This commit is contained in:
parent
eca89fe9af
commit
be346eb9ec
3 changed files with 28 additions and 2 deletions
8
scripts/app-appmgr.sh
Executable file
8
scripts/app-appmgr.sh
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue