Skip to content

Commit 774b73d

Browse files
authored
Merge pull request #205 from Resgrid/develop
RU-T47 Build fixes
2 parents 84c16e5 + a5ce931 commit 774b73d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

electron-builder.config.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ module.exports = {
4747
{ target: 'portable', arch: ['x64'] },
4848
],
4949
icon: 'assets/icon.ico',
50-
publisherName: 'Resgrid',
5150
},
5251

5352
nsis: {
@@ -71,13 +70,15 @@ module.exports = {
7170
],
7271
category: 'Office',
7372
icon: 'assets/icon.png',
74-
maintainer: 'Resgrid <support@resgrid.com>',
73+
maintainer: 'Resgrid <team@resgrid.com>',
7574
vendor: 'Resgrid',
7675
desktop: {
77-
Name: 'Resgrid Unit',
78-
Comment: 'Resgrid Unit Management Application',
79-
Category: 'Office;Utility;',
80-
StartupWMClass: 'resgrid-unit',
76+
entry: {
77+
Name: 'Resgrid Unit',
78+
Comment: 'Resgrid Unit Management Application',
79+
Category: 'Office;Utility;',
80+
StartupWMClass: 'resgrid-unit',
81+
},
8182
},
8283
},
8384

0 commit comments

Comments
 (0)