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",
"--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": "../"
}
]
}