Reformat flatpak.

This commit is contained in:
Black Hat 2018-08-02 16:48:54 +08:00
parent 34923bb5ab
commit 8201475827
1 changed files with 5 additions and 2 deletions

View File

@ -12,13 +12,16 @@
"--share=network", "--share=network",
"--socket=x11", "--socket=x11",
"--socket=wayland", "--socket=wayland",
"--device=dri" "--device=dri",
"--filesystem=home:rw",
"--filesystem=/tmp:rw"
], ],
"modules": [ "modules": [
{ {
"name": "matrique", "name": "matrique",
"buildsystem": "simple", "buildsystem": "simple",
"build-commands": [ "build-commands": [
"ls -l",
"qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler", "qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler",
"make -j4", "make -j4",
"ls -l", "ls -l",
@ -29,7 +32,7 @@
"sources": [ "sources": [
{ {
"type": "dir", "type": "dir",
"path": "./" "path": "../"
} }
] ]
} }