Use package.json instead for consistency

This commit is contained in:
Elian Doran
2023-11-08 21:40:58 +02:00
parent 380b967407
commit 2faee49bd9
2 changed files with 7 additions and 5 deletions

View File

@@ -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',