mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
chore(forge): set wayland socket for flatpak build
This commit is contained in:
@@ -90,6 +90,10 @@ const config: ForgeConfig = {
|
|||||||
base: "org.electronjs.Electron2.BaseApp",
|
base: "org.electronjs.Electron2.BaseApp",
|
||||||
baseVersion: "24.08",
|
baseVersion: "24.08",
|
||||||
baseFlatpakref: "https://flathub.org/repo/flathub.flatpakrepo",
|
baseFlatpakref: "https://flathub.org/repo/flathub.flatpakrepo",
|
||||||
|
finishArgs: [
|
||||||
|
"--socket=fallback-x11",
|
||||||
|
"--socket=wayland"
|
||||||
|
],
|
||||||
modules: [
|
modules: [
|
||||||
{
|
{
|
||||||
name: "zypak",
|
name: "zypak",
|
||||||
|
|||||||
Reference in New Issue
Block a user