Flatpak manifest cleanup

Make it build outside the source directory in order to remove the need
for shell clean commands.
This commit is contained in:
Carles Pastor 2018-03-05 01:02:45 +01:00
parent 8f42da01f4
commit 8e38b7afbe

View file

@ -15,6 +15,7 @@
"name": "DobieStation",
"buildsystem": "cmake",
"no-make-install": true,
"builddir": true,
"build-commands": [
"mkdir /app/bin",
"install DobieStation /app/bin/"
@ -23,10 +24,6 @@
{
"type": "git",
"url": "https://github.com/PSI-Rockin/DobieStation.git"
},
{
"type": "shell",
"commands": ["rm -rf DobieStation"]
}
]
}