File tree 1 file changed +13
-4
lines changed 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 39
39
<%_ if (type === 'electron') { -%>
40
40
"build" : {
41
41
"appId" : " com.egoistian.devdocs-app" ,
42
- "category" : " public.app-category.developer-tools" ,
43
42
"asar" : true ,
43
+ "mac" : {
44
+ "category" : " public.app-category.developer-tools"
45
+ },
46
+ "linux" : {
47
+ "category" : " public.app-category.developer-tools"
48
+ },
44
49
"win" : {
45
50
"target" : [
46
- " squirrel "
51
+ " nsis "
47
52
]
53
+ },
54
+ "nsis" : {
55
+ "oneClick" : false
48
56
}
49
57
},
50
58
<%_ } -%>
51
59
"devDependencies" : {
52
60
<%_ if (type === 'electron') { -%>
53
61
"electron" : " ^1.4.15" ,
54
- "electron-builder" : " ^13.7.0" ,
55
- "electron-devtools-installer" : " ^1.1.5" ,
62
+ "electron-builder" : " ^15.0.0" ,
63
+ "electron-builder-squirrel-windows" : " ^15.3.0" ,
64
+ "electron-devtools-installer" : " ^2.0.0" ,
56
65
<%_ } -%>
57
66
<%_ if (type === 'component') { -%>
58
67
"gh-pages" : " ^0.12.0" ,
You can’t perform that action at this time.
0 commit comments