refactor(forge): switch to TypeScript

This commit is contained in:
Elian Doran
2025-06-19 15:38:35 +03:00
parent 0744a85421
commit 248f6d6a7d
6 changed files with 43 additions and 19 deletions

View File

@@ -169,8 +169,6 @@
comment = meta.description;
desktopName = "TriliumNext Notes";
categories = [ "Office" ];
# 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";
})
];