mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 02:22:26 +08:00
Merge pull request #1132 from TriliumNext/chore_linux-desktop-category
build(electron): Add "Office" as category for Desktop file
This commit is contained in:
commit
816b0da8ba
@ -7,6 +7,7 @@ const extraResourcesForPlatform = getExtraResourcesForPlatform();
|
|||||||
const baseLinuxMakerConfigOptions = {
|
const baseLinuxMakerConfigOptions = {
|
||||||
icon: "./images/app-icons/png/128x128.png",
|
icon: "./images/app-icons/png/128x128.png",
|
||||||
desktopTemplate: path.resolve("./bin/electron-forge/desktop.ejs"),
|
desktopTemplate: path.resolve("./bin/electron-forge/desktop.ejs"),
|
||||||
|
categories: ["Office", "Utility"]
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user