chore(flake): note differences to electron-forge build

This commit is contained in:
FliegendeWurst 2025-06-16 07:46:31 +02:00
parent 8cdb1859e3
commit f56ba7295a

View File

@ -163,7 +163,9 @@
comment = meta.description;
desktopName = "TriliumNext Notes";
categories = [ "Office" ];
startupWMClass = "Trilium Notes Next";
# TODO: electron-forge build has this set to PRODUCT_NAME (forge.config.cjs)
# But the plain build doesn't set this (or the app icon).
startupWMClass = "TriliumNext Notes";
})
];