⚠️ Is your feature request related to a problem? Please describe
In ElectronBuilderConfigGenerator.kt line 692 there is a comment about "PKG is always treated as an App Store format". I dont fully understand, it says the certificate identifier "Developer ID Installer" is hardcoded in electron builder, but this is exactly what I want. Which part does restrict packagePkg to only distribute via the App Store?
💡 Describe the solution you'd like
I would like to build a PKG for the distribution outside of the Apple App Store. Just like for the packageDmg I would use the Developer ID certificate Apple for signing and notorization.
🤚 Do you want to develop this feature yourself?
In
ElectronBuilderConfigGenerator.ktline 692 there is a comment about "PKG is always treated as an App Store format". I dont fully understand, it says the certificate identifier "Developer ID Installer" is hardcoded in electron builder, but this is exactly what I want. Which part does restrict packagePkg to only distribute via the App Store?💡 Describe the solution you'd like
I would like to build a PKG for the distribution outside of the Apple App Store. Just like for the packageDmg I would use the Developer ID certificate Apple for signing and notorization.
🤚 Do you want to develop this feature yourself?