Fix json builder

This commit is contained in:
2020-06-11 11:33:39 -04:00
parent 5c1363f5f3
commit 9351342c2d

View File

@@ -2,10 +2,10 @@
"id": "org.eyecreate.vehiclevoyage", "id": "org.eyecreate.vehiclevoyage",
"runtime": "org.kde.Platform", "runtime": "org.kde.Platform",
"command": "vehiclevoyage", "command": "vehiclevoyage",
"finish-args": [
"--share=ipc",
"runtime-version": "5.14", "runtime-version": "5.14",
"sdk": "org.kde.Sdk", "sdk": "org.kde.Sdk",
"finish-args": [
"--share=ipc",
"--share=network", "--share=network",
"--socket=x11", "--socket=x11",
"--socket=wayland", "--socket=wayland",
@@ -21,7 +21,7 @@
"builddir": true, "builddir": true,
"config-opts": [ "config-opts": [
"-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_BUILD_TYPE=Release"
] ],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",