disable mac code signing by default

This commit is contained in:
liamcottle 2024-05-27 22:08:30 +12:00
commit f61d47192f

View file

@ -33,6 +33,9 @@
]
}
],
"mac": {
"identity": null
},
"win": {
"target": "portable"
}