diff --git a/org.eu.encom.matrique.json b/flatpak/org.eu.encom.matrique.json similarity index 89% rename from org.eu.encom.matrique.json rename to flatpak/org.eu.encom.matrique.json index 9588962..2946620 100644 --- a/org.eu.encom.matrique.json +++ b/flatpak/org.eu.encom.matrique.json @@ -12,13 +12,16 @@ "--share=network", "--socket=x11", "--socket=wayland", - "--device=dri" + "--device=dri", + "--filesystem=home:rw", + "--filesystem=/tmp:rw" ], "modules": [ { "name": "matrique", "buildsystem": "simple", "build-commands": [ + "ls -l", "qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler", "make -j4", "ls -l", @@ -29,7 +32,7 @@ "sources": [ { "type": "dir", - "path": "./" + "path": "../" } ] }