Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Several improvements #11

Merged
merged 7 commits into from
Feb 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions de.shorsh.discord-screenaudio.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
app-id: de.shorsh.discord-screenaudio
runtime: org.kde.Platform
runtime-version: "5.15-21.08"
runtime-version: "5.15-22.08"
sdk: org.kde.Sdk
base: io.qt.qtwebengine.BaseApp
base-version: "5.15-21.08"
base-version: "5.15-22.08"
command: discord-screenaudio
finish-args:
- --share=ipc
- --share=network
- --socket=x11
- --socket=wayland
- --socket=fallback-x11
- --socket=pulseaudio
- --filesystem=xdg-videos:ro
- --filesystem=xdg-pictures:ro
- --filesystem=xdg-download
- --filesystem=xdg-run/pipewire-0
- --filesystem=host
TheComputerGuy96 marked this conversation as resolved.
Show resolved Hide resolved
- --device=all
- --talk-name=org.kde.StatusNotifierWatcher
- --env=QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.kglobalaccel
modules:
- name: discord-screenaudio
buildsystem: cmake-ninja
Expand Down