mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
fix(forge): missing icon in flatpak build
This commit is contained in:
@@ -84,7 +84,10 @@ const config: ForgeConfig = {
|
|||||||
config: {
|
config: {
|
||||||
options: {
|
options: {
|
||||||
...baseLinuxMakerConfigOptions,
|
...baseLinuxMakerConfigOptions,
|
||||||
desktopTemplate: undefined,
|
desktopTemplate: undefined, // otherwise it would put in the wrong exec
|
||||||
|
icon: {
|
||||||
|
"128x128": path.join(APP_ICON_PATH, "png/128x128.png"),
|
||||||
|
},
|
||||||
id: "com.triliumnext.notes",
|
id: "com.triliumnext.notes",
|
||||||
runtimeVersion: "24.08",
|
runtimeVersion: "24.08",
|
||||||
base: "org.electronjs.Electron2.BaseApp",
|
base: "org.electronjs.Electron2.BaseApp",
|
||||||
|
|||||||
Reference in New Issue
Block a user