File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"scripts" : {
14
14
"start" : " electron ." ,
15
- "postinstall" : " electron-builder install-app-deps"
15
+ "postinstall" : " electron-builder install-app-deps" ,
16
+ "build-l" : " npx electron-builder -l" ,
17
+ "build-w" : " npx electron-builder -w" ,
18
+ "build-m" : " npx electron-builder -m"
16
19
},
17
20
"main" : " app/main.js" ,
18
21
"devDependencies" : {
37
40
"files" : [
38
41
" app"
39
42
],
40
- "fileAssociations" : {
41
- "ext" : " arc" ,
42
- "description" : " Open in Advanced REST Client"
43
- },
44
43
"mac" : {
45
- "category" : " public.app-category.developer-tools"
44
+ "category" : " public.app-category.developer-tools" ,
45
+ "target" : [{
46
+ "target" : " dmg" ,
47
+ "arch" : [" x64" ]
48
+ }]
46
49
},
47
50
"dmg" : {
48
51
"contents" : [
60
63
},
61
64
"linux" : {
62
65
"category" : " Development" ,
63
- "target" : [
64
- " AppImage" ,
65
- " deb" ,
66
- " rpm"
66
+ "target" : [{
67
+ "target" : " deb" ,
68
+ "arch" : [" x64" , " ia32" ]
69
+ }, {
70
+ "target" : " rpm" ,
71
+ "arch" : [" x64" , " ia32" ]
72
+ }
67
73
],
68
74
"vendor" : " Mulesoft" ,
69
75
"synopsis" : " A developert tool to test a HTTP request"
70
76
},
77
+ "win" : {
78
+ "artifactName" : " arc-${version}-${arch}.${ext}" ,
79
+ "target" : [{
80
+ "target" : " nsis" ,
81
+ "arch" : [" x64" , " ia32" ]
82
+ }]
83
+ },
71
84
"publish" : [
72
85
{
73
86
"provider" : " github" ,
You can’t perform that action at this time.
0 commit comments