Configure author & description for maker-squirrel

This commit is contained in:
Elian Doran 2023-11-08 21:40:04 +02:00
parent 145a09edd1
commit 380b967407

View File

@ -6,7 +6,10 @@ module.exports = {
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {},
config: {
authors: "zadam",
description: "Build your personal knowledge base with Trilium Notes"
},
},
{
name: '@electron-forge/maker-zip',