Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit f56ba72

Browse files
chore(flake): note differences to electron-forge build
1 parent 8cdb185 commit f56ba72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@
163163
comment = meta.description;
164164
desktopName = "TriliumNext Notes";
165165
categories = [ "Office" ];
166-
startupWMClass = "Trilium Notes Next";
166+
# TODO: electron-forge build has this set to PRODUCT_NAME (forge.config.cjs)
167+
# But the plain build doesn't set this (or the app icon).
168+
startupWMClass = "TriliumNext Notes";
167169
})
168170
];
169171

0 commit comments

Comments
 (0)