File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
build :
21
- if : github.repository == 'arduino/lab-micropython-editor'
21
+ if : github.repository == 'arduino/lab-micropython-editor' || github.event_name == 'workflow_dispatch'
22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
Original file line number Diff line number Diff line change 31
31
"electronUpdaterCompatibility" : false
32
32
},
33
33
"win" : {
34
- "target" : " dir " ,
34
+ "target" : " zip " ,
35
35
"sign" : " ./build_resources/windowsCustomSign.js" ,
36
36
"icon" : " build_resources/icon.png" ,
37
37
"electronUpdaterCompatibility" : false
38
38
},
39
39
"linux" : {
40
40
"target" : " zip" ,
41
- "icon" : " build_resources/icon.icns " ,
41
+ "icon" : " build_resources/icon.png " ,
42
42
"electronUpdaterCompatibility" : false
43
43
},
44
44
"afterSign" : " build_resources/notarize.js"
You can’t perform that action at this time.
0 commit comments