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