diff options
| author | Albert Astals Cid <[email protected]> | 2024-03-06 00:13:52 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2024-03-06 00:13:52 +0100 |
| commit | 4eb7dab4ff91d5bbb1a6b8bada5dea580b872b36 (patch) | |
| tree | 137c431a984aa5d2f01e189f42e8740988d76f66 | |
| parent | 2361b031a4c68461d91f2cc3a1dc9decdb97b54a (diff) | |
flatpak: Switch to non-preview runtime
| -rw-r--r-- | .flatpak-manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 49b29f79e..c6fc3dc0e 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -2,7 +2,7 @@ "id": "org.kde.dolphin", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "6.6-kf6preview", + "runtime-version": "6.6", "sdk": "org.kde.Sdk", "command": "dolphin", "tags": ["nightly"], |
