Skip to content

Commit 9411dc5

Browse files
committed
Add description with extraMetadata
1 parent 57058a1 commit 9411dc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

electron-builder.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
},
1818
{
1919
target: 'zip',
20-
arch: ['x64', 'arm64']
20+
arch: ['x64', 'arm64'],
2121
},
2222
],
2323
},
@@ -32,11 +32,13 @@ module.exports = {
3232
desktop: {
3333
StartupNotify: 'true',
3434
},
35+
target: ['AppImage', 'deb', 'rpm', 'pacman', 'zip'],
36+
},
37+
extraMetadata: {
3538
description:
3639
editionEnv === 'vanilla'
3740
? 'The all-in-one workspace for your notes and tasks'
3841
: 'The all-in-one workspace for your notes and tasks, but enhanced',
39-
target: ['AppImage', 'deb', 'rpm', 'pacman', 'zip'],
4042
},
4143
publish: ['github'],
4244
};

0 commit comments

Comments
 (0)