Electron-builder: Is there a way to change only CFBundleDisplayName via config?

Created on 12 Jul 2018  路  1Comment  路  Source: electron-userland/electron-builder

  • Version: 20.4.1

  • "electron-updater": "2.20.1"

  • Target: mac

I need to be able to change CFBundleDisplayName without affecting CFBundleName i.e. I want my app menu bar to be other than the one used in the .app file and folder, mostly because I use auto updates and I don't want users losing personal data when upgraded to a version with a new productName.

mac question

Most helpful comment

"extendInfo": {
  "CFBundleDisplayName": "My Awesome Name"
}

under build or in your electron-builder.json (yml, yaml and so on).

>All comments

"extendInfo": {
  "CFBundleDisplayName": "My Awesome Name"
}

under build or in your electron-builder.json (yml, yaml and so on).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

talarari picture talarari  路  3Comments

JohnWeisz picture JohnWeisz  路  3Comments

ccorcos picture ccorcos  路  3Comments

philcockfield picture philcockfield  路  3Comments

lbssousa picture lbssousa  路  3Comments