mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
Configure author & description for maker-squirrel
This commit is contained in:
parent
145a09edd1
commit
380b967407
1 changed files with 4 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue