allow create access to xdg-download

This commit is contained in:
Dovi Cowan 2022-06-19 18:42:23 +01:00
parent 1436bbba43
commit 5ee226fcef
Signed by: dcowan
GPG key ID: CC4A4CB950D7E579

View file

@ -23,6 +23,8 @@ finish-args:
- '--share=network'
- '--filesystem=xdg-data/applications:create'
- '--filesystem=~/.var/app/com.github.artemanufrij.webpin/'
# Need this so that we can find the download dir
- '--filesystem=xdg-download:create'
# DRI - Direct Rendering - without this, rendering is really slow
- '--device=dri'