diff options
-rw-r--r-- | .github/workflows/build.yml | 3 | ||||
-rw-r--r-- | im.dino.Dino.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a04b0f33..1f3ecc87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,5 @@ jobs: fetch-depth: 0 - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 with: - manifest-path: im.dino.Dino.json
\ No newline at end of file + manifest-path: im.dino.Dino.json + build-bundle: false diff --git a/im.dino.Dino.json b/im.dino.Dino.json index b2344c61..2df3460c 100644 --- a/im.dino.Dino.json +++ b/im.dino.Dino.json @@ -9,9 +9,10 @@ "--socket=fallback-x11", "--socket=wayland", "--socket=pulseaudio", + "--socket=pipewire", "--socket=gpg-agent", "--share=network", - "--device=all", + "--device=dri", "--talk-name=org.freedesktop.Notifications" ], "modules": [ |