fix(linux): Add X11 platform flags to .deb package launcher (#1087)

Co-authored-by: unn-Known1 <unn-known1@users.noreply.github.com>
This commit is contained in:
Gaurang Patel
2026-05-01 14:13:59 -07:00
committed by GitHub
co-authored by unn-Known1
parent 1208503642
commit 1a30a0ab4d
+4
View File
@@ -56,6 +56,10 @@
"libx11-6",
"libgdk-pixbuf-2.0-0",
"libglib2.0-0"
],
"args": [
"--enable-features=UseOzonePlatform",
"--ozone-platform=x11"
]
}
},