[education/step] /: CI: Flatpak: Sort finish arguments
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5a0bf3e573094cfefbabcaa845c5bb3989537cd3 by Justin Zobel.
Committed on 07/08/2026 at 03:04.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Sort finish arguments
M +3 -3 .flatpak-manifest.json
https://invent.kde.org/education/step/-/commit/5a0bf3e573094cfefbabcaa845c5bb3989537cd3
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 85b255f..00284a1 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -10,10 +10,10 @@
],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
- "--share=network",
"--share=ipc",
- "--socket=x11",
- "--socket=wayland"
+ "--share=network",
+ "--socket=wayland",
+ "--socket=x11"
],
"modules": [
{