I have an electron app that originally was distributed with a certificate for an individual developer.
I’d like to now sign the next update to that app with a certificate from my organization, but when I do so, existing installations (upon auto update) throw an error that the code requirements aren’t met.
Is there a way to properly sign an electron app with both the old and new certificate? I’d like to prevent my existing users from being interrupted.
Any help appreciated!
Thanks