Remove extra path thing

This commit is contained in:
Christian Semmler 2025-07-01 15:38:53 -07:00
parent 7c45ad821a
commit 3163bd6ecc
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -1,12 +1,9 @@
{ {
"id": "org.legoisland.Isle", "id": "org.legoisland.Isle",
"runtime": "org.kde.Platform", "runtime": "org.kde.Platform",
"sdk": "org.kde.Sdk", "sdk": "org.kde.Sdk",
"runtime-version": "6.8", "runtime-version": "6.8",
"command": "isle", "command": "isle",
"finish-args": [ "finish-args": [
"--share=ipc", "--share=ipc",
"--socket=wayland", "--socket=wayland",
@ -19,7 +16,6 @@
"--filesystem=/mnt/:ro", "--filesystem=/mnt/:ro",
"--filesystem=home:ro" "--filesystem=home:ro"
], ],
"modules": [ "modules": [
{ {
"name": "isle", "name": "isle",
@ -34,11 +30,6 @@
"path": "../../../3rdparty", "path": "../../../3rdparty",
"dest": "3rdparty/" "dest": "3rdparty/"
}, },
{
"type": "dir",
"path": "../../../cmake",
"dest": "cmake/"
},
{ {
"type": "dir", "type": "dir",
"path": "../../../CMake", "path": "../../../CMake",
@ -86,4 +77,4 @@
} }
} }
] ]
} }