1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Add more info to gruntfile for Linux app

This commit is contained in:
Dick Choi
2016-04-07 08:35:40 +09:00
parent 749e85e8e6
commit e738ae5c8c

View File

@@ -29,14 +29,16 @@ module.exports = function (grunt) {
certificatePassword: WIN_CERT_PASSWORD,
noMsi: true
}
},
'electron-installer-debian': {
},
'electron-installer-debian': {
app: {
options: {
productName: 'Boostnote',
productDescription: 'The opensource note app for developer.',
arch: 'amd64',
categories: [
'Development',
'Utility'
'Development',
'Utility'
],
icon: path.join(__dirname, 'resources/app.png'),
bin: 'Boostnote'