updated electron params

This commit is contained in:
antelle 2017-12-02 15:34:36 +01:00
parent 2ec8308f73
commit dbb792c337
1 changed files with 6 additions and 6 deletions

View File

@ -362,9 +362,9 @@ module.exports = function(grunt) {
out: 'tmp/desktop',
electronVersion: electronVersion,
overwrite: true,
'app-copyright': `Copyright © ${year} Antelle`,
'app-version': pkg.version,
'build-version': '<%= gitinfo.local.branch.current.shortSHA %>'
'appCopyright': `Copyright © ${year} Antelle`,
'appVersion': pkg.version,
'buildVersion': '<%= gitinfo.local.branch.current.shortSHA %>'
},
linux: {
options: {
@ -378,9 +378,9 @@ module.exports = function(grunt) {
platform: 'darwin',
arch: ['x64'],
icon: 'graphics/icon.icns',
'app-bundle-id': 'net.antelle.keeweb',
'app-category-type': 'public.app-category.productivity',
'extend-info': 'package/osx/extend.plist'
'appBundleId': 'net.antelle.keeweb',
'appCategoryType': 'public.app-category.productivity',
'extendInfo': 'package/osx/extend.plist'
}
},
win32: {