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:
10
gruntfile.js
10
gruntfile.js
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user