Reformat flatpak.
This commit is contained in:
parent
34923bb5ab
commit
8201475827
|
@ -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": "../"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue