mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fix(forge): missing icon in flatpak build
This commit is contained in:
@@ -84,7 +84,10 @@ const config: ForgeConfig = {
|
||||
config: {
|
||||
options: {
|
||||
...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",
|
||||
runtimeVersion: "24.08",
|
||||
base: "org.electronjs.Electron2.BaseApp",
|
||||
|
||||
Reference in New Issue
Block a user