chore(forge): set wayland socket for flatpak build

This commit is contained in:
Elian Doran 2025-10-07 18:38:13 +03:00
parent 1191421388
commit 31c8e96d70
No known key found for this signature in database

View File

@ -90,6 +90,10 @@ const config: ForgeConfig = {
base: "org.electronjs.Electron2.BaseApp",
baseVersion: "24.08",
baseFlatpakref: "https://flathub.org/repo/flathub.flatpakrepo",
finishArgs: [
"--socket=fallback-x11",
"--socket=wayland"
],
modules: [
{
name: "zypak",