Skip to content

Commit 6cdd96b

Browse files
authored
docs: add osx-universal flag to usage.txt (#1533)
1 parent 72bc2a5 commit 6cdd96b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

usage.txt

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ osx-notarize (macOS host platform only, requires --osx-sign) Whether to no
9898
- appleIdPassword: should contain the password for the provided apple ID
9999
- appleApiKey: should contain an App Store Connect API key
100100
- 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
101106
protocol URL protocol scheme to register the app as an opener of.
102107
For example, `--protocol=myapp` would register the app to open
103108
URLs such as `myapp://path`. This argument requires a `--protocol-name`

0 commit comments

Comments
 (0)