mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-10 20:21:41 +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";
|