Skip to content

Commit e738ae5

Browse files
committed
Add more info to gruntfile for Linux app
1 parent 749e85e commit e738ae5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

gruntfile.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ module.exports = function (grunt) {
2929
certificatePassword: WIN_CERT_PASSWORD,
3030
noMsi: true
3131
}
32-
},
33-
'electron-installer-debian': {
32+
},
33+
'electron-installer-debian': {
3434
app: {
3535
options: {
36+
productName: 'Boostnote',
37+
productDescription: 'The opensource note app for developer.',
3638
arch: 'amd64',
3739
categories: [
38-
'Development',
39-
'Utility'
40+
'Development',
41+
'Utility'
4042
],
4143
icon: path.join(__dirname, 'resources/app.png'),
4244
bin: 'Boostnote'

0 commit comments

Comments
 (0)