Merge pull request #1132 from TriliumNext/chore_linux-desktop-category

build(electron): Add "Office" as category for Desktop file
This commit is contained in:
Elian Doran 2025-02-07 18:11:32 +02:00 committed by GitHub
commit 816b0da8ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ const extraResourcesForPlatform = getExtraResourcesForPlatform();
const baseLinuxMakerConfigOptions = {
icon: "./images/app-icons/png/128x128.png",
desktopTemplate: path.resolve("./bin/electron-forge/desktop.ejs"),
categories: ["Office", "Utility"]
};
module.exports = {