Skip to content

Commit 10317b5

Browse files
authored
Update runtime and SDK versions in JSON config
1 parent 3c1badf commit 10317b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flatpak/io.github.hedge_dev.unleashedrecomp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "io.github.hedge_dev.unleashedrecomp",
33
"runtime": "org.freedesktop.Platform",
4-
"runtime-version": "23.08",
4+
"runtime-version": "25.08",
55
"sdk": "org.freedesktop.Sdk",
6-
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
6+
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm21" ],
77
"finish-args": [
88
"--share=network",
99
"--socket=wayland",
@@ -35,8 +35,8 @@
3535
}
3636
],
3737
"build-options": {
38-
"append-path": "/usr/lib/sdk/llvm18/bin",
39-
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib",
38+
"append-path": "/usr/lib/sdk/llvm21/bin",
39+
"prepend-ld-library-path": "/usr/lib/sdk/llvm21/lib",
4040
"build-args": [
4141
"--share=network"
4242
]

0 commit comments

Comments
 (0)