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