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.
"extendInfo": {
"CFBundleDisplayName": "My Awesome Name"
}
under build or in your electron-builder.json (yml, yaml and so on).
Most helpful comment
under
buildor in yourelectron-builder.json(yml, yaml and so on).