Optional infoA minimatch pattern of Info.plist
paths that should not receive an injected ElectronAsarIntegrity value.
Use this if your application contains another bundle that's already signed.
Optional mergeASARsMerge x64 and arm64 ASARs into one.
false
Optional singleIf MakeUniversalOpts.mergeASARs is enabled, this property provides a minimatch pattern of paths that are allowed to be present in one of the ASAR files, but not in the other.
Optional x64A minimatch pattern of binaries that are expected to be the same x64 binary in both
Use this if your application contains binaries that have already been merged into a universal file
using the lipo tool.
Apple's Building a universal macOS binary documentation
See the documentation for
@electron/universalfor details.