Skip to content

Commit

Permalink
Add description with extraMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Jul 3, 2021
1 parent 57058a1 commit 9411dc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
},
{
target: 'zip',
arch: ['x64', 'arm64']
arch: ['x64', 'arm64'],
},
],
},
Expand All @@ -32,11 +32,13 @@ module.exports = {
desktop: {
StartupNotify: 'true',
},
target: ['AppImage', 'deb', 'rpm', 'pacman', 'zip'],
},
extraMetadata: {
description:
editionEnv === 'vanilla'
? 'The all-in-one workspace for your notes and tasks'
: 'The all-in-one workspace for your notes and tasks, but enhanced',
target: ['AppImage', 'deb', 'rpm', 'pacman', 'zip'],
},
publish: ['github'],
};

0 comments on commit 9411dc5

Please sign in to comment.