1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +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, certificatePassword: WIN_CERT_PASSWORD,
noMsi: true noMsi: true
} }
}, },
'electron-installer-debian': { 'electron-installer-debian': {
app: { app: {
options: { options: {
productName: 'Boostnote',
productDescription: 'The opensource note app for developer.',
arch: 'amd64', arch: 'amd64',
categories: [ categories: [
'Development', 'Development',
'Utility' 'Utility'
], ],
icon: path.join(__dirname, 'resources/app.png'), icon: path.join(__dirname, 'resources/app.png'),
bin: 'Boostnote' bin: 'Boostnote'