Starting with macOS Catalina, Apple requires applications to be notarized. "Notarization" as defined by Apple means that you upload your previously signed application to Apple for additional verification before distributing the app to your users.To automate this process, you can use the [electron-notarize] module. You do not necessarily need to complete this step for every build you make – just the builds you intend to ship to users.