add required permissions
This commit is contained in:
parent
498fba072c
commit
19d231446f
1 changed files with 12 additions and 5 deletions
|
@ -18,7 +18,13 @@ command: com.github.artemanufrij.webpin
|
|||
finish-args:
|
||||
- '--share=ipc'
|
||||
- '--socket=fallback-x11'
|
||||
- '--socket=session-bus'
|
||||
- '--socket=wayland'
|
||||
- '--share=network'
|
||||
- '--filesystem=xdg-data/applications:create'
|
||||
- '--filesystem=~/.var/app/com.github.artemanufrij.webpin/'
|
||||
# DRI - Direct Rendering - without this, rendering is really slow
|
||||
- '--device=dri'
|
||||
|
||||
# This section is where you list all the source code required to build your app.
|
||||
# If we had external dependencies that weren't included in our SDK, we would list
|
||||
|
@ -29,3 +35,4 @@ modules:
|
|||
sources:
|
||||
- type: dir
|
||||
path: .
|
||||
|
Loading…
Reference in a new issue