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 1818
1919jobs :
2020 build :
21- if : github.repository == 'arduino/lab-micropython-editor'
21+ if : github.repository == 'arduino/lab-micropython-editor' || github.event_name == 'workflow_dispatch'
2222 strategy :
2323 fail-fast : false
2424 matrix :
Original file line number Diff line number Diff line change 3131 "electronUpdaterCompatibility" : false
3232 },
3333 "win" : {
34- "target" : " dir " ,
34+ "target" : " zip " ,
3535 "sign" : " ./build_resources/windowsCustomSign.js" ,
3636 "icon" : " build_resources/icon.png" ,
3737 "electronUpdaterCompatibility" : false
3838 },
3939 "linux" : {
4040 "target" : " zip" ,
41- "icon" : " build_resources/icon.icns " ,
41+ "icon" : " build_resources/icon.png " ,
4242 "electronUpdaterCompatibility" : false
4343 },
4444 "afterSign" : " build_resources/notarize.js"
You can’t perform that action at this time.
0 commit comments