File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 9
9
"rebuild" : " electron-rebuild" ,
10
10
"dev" : " electron --inspect ./" ,
11
11
"build" : " npm run post-set-shell && electron-builder" ,
12
+ "postbuild" : " find dist -name '*.blockmap' -delete" ,
12
13
"postinstall" : " npm run post-set-shell && npm run rebuild"
13
14
},
14
15
"devDependencies" : {
19
20
"is-ci" : " ^3.0.1"
20
21
},
21
22
"build" : {
23
+ "publish" : null ,
22
24
"appId" : " cc.arduino.micropython-lab" ,
23
25
"artifactName" : " ${productName}-${os}_${arch}.${ext}" ,
24
26
"extraResources" : " ./ui/arduino/helpers.py" ,
27
+ "generateUpdatesFilesForAllChannels" : false ,
25
28
"mac" : {
26
29
"target" : " zip" ,
27
- "icon" : " build_resources/icon.icns"
30
+ "icon" : " build_resources/icon.icns" ,
31
+ "electronUpdaterCompatibility" : false
28
32
},
29
33
"win" : {
30
34
"target" : " zip" ,
31
35
"sign" : " ./build_resources/windowsCustomSign.js" ,
32
- "icon" : " build_resources/icon.png"
36
+ "icon" : " build_resources/icon.png" ,
37
+ "electronUpdaterCompatibility" : false
33
38
},
34
39
"linux" : {
35
40
"target" : " zip" ,
36
- "icon" : " build_resources/icon.icns"
41
+ "icon" : " build_resources/icon.icns" ,
42
+ "electronUpdaterCompatibility" : false
37
43
},
38
44
"afterSign" : " build_resources/notarize.js"
39
45
},
You can’t perform that action at this time.
0 commit comments