I'm building an unofficial desktop client of telegram and I don't want to sign it. How do I achieve that?
Set env CSC_IDENTITY_AUTO_DISCOVERY to false
Also you can set identity to null (https://github.com/electron-userland/electron-builder/wiki/Options#MacOptions-identity)
identity: null fixed it. Thanks 馃憤
This seems to be broken in 17.3.1. Not a big deal, but just so you know.
I put identity: null in my YML without any luck, got some invalid configuration error. Running builder with CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder .. worked for me.
Most helpful comment
I put
identity: nullin my YML without any luck, got some invalid configuration error. Running builder withCSC_IDENTITY_AUTO_DISCOVERY=false electron-builder ..worked for me.