Electron-builder: Disable code sign of app

Created on 9 Apr 2017  路  5Comments  路  Source: electron-userland/electron-builder

I'm building an unofficial desktop client of telegram and I don't want to sign it. How do I achieve that?

question

Most helpful comment

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.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pashvin picture pashvin  路  63Comments

ghost picture ghost  路  51Comments

lingxf2002 picture lingxf2002  路  48Comments

pashvin picture pashvin  路  77Comments

vanmxpx picture vanmxpx  路  58Comments