Please use https://github.com/electron-userland/electron-builder/wiki/Options#MacOptions-extendInfo to add any custom Info.plist entries.
e.g. set
"mac": {
"extendInfo": {
"LSUIElement": 1
}
}
Sweet, thanks!
Updated link for the extendInfo
key: https://www.electron.build/configuration/mac.html#MacConfiguration-extendInfo
Most helpful comment
Please use https://github.com/electron-userland/electron-builder/wiki/Options#MacOptions-extendInfo to add any custom Info.plist entries.
e.g. set