Remove unused quote and /tmp.
This commit is contained in:
parent
d721ab6492
commit
205bb26426
|
@ -1,18 +1,17 @@
|
|||
id: org.eu.encom.matrique
|
||||
runtime: org.kde.Platform
|
||||
runtime-version: '5.11'
|
||||
runtime-version: 5.11
|
||||
sdk: org.kde.Sdk
|
||||
command: matrique
|
||||
finish-args:
|
||||
- "--share=ipc"
|
||||
- "--share=network"
|
||||
- "--socket=x11"
|
||||
- "--socket=wayland"
|
||||
- "--device=dri"
|
||||
- "--filesystem=home"
|
||||
- "--filesystem=/tmp"
|
||||
- "--talk-name=org.freedesktop.Notifications"
|
||||
- "--talk-name=org.kde.StatusNotifierWatcher"
|
||||
- --share=ipc
|
||||
- --share=network
|
||||
- --socket=x11
|
||||
- --socket=wayland
|
||||
- --device=dri
|
||||
- --filesystem=home
|
||||
- --talk-name=org.freedesktop.Notifications
|
||||
- --talk-name=org.kde.StatusNotifierWatcher
|
||||
modules:
|
||||
- name: matrique
|
||||
buildsystem: qmake
|
||||
|
|
Loading…
Reference in New Issue