mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-12 13:11:31 +08:00
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
|
|
/**
|
||
|
|
* The Electron product name (can be used for the window WMClass or passed down to the Electron packager).
|
||
|
|
*/
|
||
|
|
export const PRODUCT_NAME = "TriliumNext Notes";
|