mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 15:39:02 +01:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
/**
|
|
* The Electron product name (can be used for the window WMClass or passed down to the Electron packager).
|
|
*/
|
|
export const PRODUCT_NAME = "Trilium Notes";
|