diff options
| author | Laurent Montel <[email protected]> | 2023-12-29 12:47:20 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2023-12-29 16:41:55 +0100 |
| commit | 6c2bd3d9f3068fb9981b7145821ab3b037a9cc6d (patch) | |
| tree | 8c1ab1f283acb6b454e0c50bde09b9306ffdd484 /.flatpak-manifest.json | |
| parent | 4a2ca735bfea936b1e9c487e7a1d4c2de22284c4 (diff) | |
Reenable flatpak CI support
Diffstat (limited to '.flatpak-manifest.json')
| -rw-r--r-- | .flatpak-manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index dbb102a64..eff706ea2 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -2,12 +2,12 @@ "id": "org.kde.dolphin", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "5.15-22.08", + "runtime-version": "6.6-kf6preview", "sdk": "org.kde.Sdk", "command": "dolphin", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", - "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland", "--filesystem=host" ], + "finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--filesystem=host" ], "modules": [ { |
