File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ osx-notarize (macOS host platform only, requires --osx-sign) Whether to no
98
98
- appleIdPassword: should contain the password for the provided apple ID
99
99
- appleApiKey: should contain an App Store Connect API key
100
100
- appleApiIssuer: should contain the API key's issuer
101
+ osx-universal (macOS host platform only, requires --arch=universal) Options to pass to `@electron/universal`
102
+ when packaging a Universal macOS binary. You must use dot notation to configure a list of sub-properties,
103
+ e.g. --osx-universal.mergeASARs="true"
104
+ For info on supported values see
105
+ https://electron.github.io/electron-packager/main/modules/electronpackager.html#osxuniversaloptions
101
106
protocol URL protocol scheme to register the app as an opener of.
102
107
For example, `--protocol=myapp` would register the app to open
103
108
URLs such as `myapp://path`. This argument requires a `--protocol-name`
You can’t perform that action at this time.
0 commit comments