mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
chore(forge): set wayland socket for flatpak build
This commit is contained in:
parent
1191421388
commit
31c8e96d70
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user