diff --git a/forge.config.js b/forge.config.js index 36e47199b..179a35e13 100644 --- a/forge.config.js +++ b/forge.config.js @@ -6,10 +6,7 @@ module.exports = { makers: [ { name: '@electron-forge/maker-squirrel', - config: { - authors: "zadam", - description: "Build your personal knowledge base with Trilium Notes" - }, + config: {}, }, { name: '@electron-forge/maker-zip', diff --git a/package.json b/package.json index 6a8d04569..6ddddcf18 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,15 @@ { "name": "trilium", "productName": "Trilium Notes", - "description": "Trilium Notes", + "description": "Build your personal knowledge base with Trilium Notes", "version": "0.62.0-beta", "license": "AGPL-3.0-only", "main": "electron.js", + "author": { + "name": "zadam", + "email": "zadam.apps@gmail.com", + "url": "https://github.com/zadam" + }, "bin": { "trilium": "./src/www" },