1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Reenable flatpak CI support

This commit is contained in:
Laurent Montel 2023-12-29 12:47:20 +01:00
parent 4a2ca735bf
commit 6c2bd3d9f3
2 changed files with 3 additions and 2 deletions

View File

@ -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": [
{

View File

@ -4,3 +4,4 @@ include:
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/windows-qt6.yml
- /gitlab-templates/flatpak.yml