File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments