disable mac code signing by default

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

View File

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