Skip to content

Commit 6f0ab20

Browse files
Update custom parameter example for server builds (#389)
1 parent 3b307f5 commit 6f0ab20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-github/04-builder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ There are 2 main use cases:
229229

230230
- To pass your own custom parameters to be used with `buildMethod` above
231231
- To pass [Unity Build Options](https://docs.unity3d.com/ScriptReference/BuildOptions.html) (for
232-
example, `customParameters: -EnableHeadlessMode` will do server builds)
232+
example, `customParameters: -standaloneBuildSubtarget Server` will do server builds)
233233

234234
_**required:** `false`_ _**default:** `""`_
235235

0 commit comments

Comments
 (0)