We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a33a0 commit a5ce931Copy full SHA for a5ce931
1 file changed
electron-builder.config.js
@@ -47,7 +47,6 @@ module.exports = {
47
{ target: 'portable', arch: ['x64'] },
48
],
49
icon: 'assets/icon.ico',
50
- publisherName: 'Resgrid',
51
},
52
53
nsis: {
@@ -71,13 +70,15 @@ module.exports = {
71
70
72
category: 'Office',
73
icon: 'assets/icon.png',
74
- maintainer: 'Resgrid <support@resgrid.com>',
+ maintainer: 'Resgrid <team@resgrid.com>',
75
vendor: 'Resgrid',
76
desktop: {
77
- Name: 'Resgrid Unit',
78
- Comment: 'Resgrid Unit Management Application',
79
- Category: 'Office;Utility;',
80
- StartupWMClass: 'resgrid-unit',
+ entry: {
+ Name: 'Resgrid Unit',
+ Comment: 'Resgrid Unit Management Application',
+ Category: 'Office;Utility;',
+ StartupWMClass: 'resgrid-unit',
81
+ },
82
83
84
0 commit comments