From 80560d9a5c32ed7b88010241be5f8d8c9cc70a3c Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Wed, 12 Aug 2020 21:39:02 -0400 Subject: [PATCH] Add Flatpak configuration file --- com.github.mightycreak.Diffuse.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 com.github.mightycreak.Diffuse.yml diff --git a/com.github.mightycreak.Diffuse.yml b/com.github.mightycreak.Diffuse.yml new file mode 100644 index 0000000..67144a2 --- /dev/null +++ b/com.github.mightycreak.Diffuse.yml @@ -0,0 +1,19 @@ +app-id: com.github.mightycreak.Diffuse +runtime: org.gnome.Platform +runtime-version: '3.36' +sdk: org.gnome.Sdk +command: diffuse +finish-args: + - --socket=wayland + - --socket=fallback-x11 + - --share=ipc + - --filesystem=home +modules: + - name: diffuse + buildsystem: meson + sources: + - type: git + url: https://github.com/MightyCreak/diffuse + branch: master +rename-desktop-file: diffuse.desktop +rename-icon: diffuse