Skip to content

Commit e066b68

Browse files
committed
update server documentation
1 parent 953fba9 commit e066b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build4D/Documentation/Classes/Server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ $customSettings is an object that contains the following parameters:
5454
|deletePaths[] | Collection of Folder, File, or Strings | Collection of paths to folders and files to be deleted (relative to the built project/absolute/filesystem strings).|
5555
|excludeModules| Collection of Strings | Collection of module names to exclude from final application. The module names can be found in the "BuildappOptionalModules.json" file in the resources of the 4D application.|
5656
|macCompiledProject| Folder or String | Specifies the path to the folder containing the structure compiled on macOS for silicon and Intel.|
57-
|macOSClientArchive| Folder or String | Specifies the path of the .4darchive macOS file to be integrated into the built server application.|
58-
|windowsClientArchive| Folder or String | Specifies the path of the .4darchive Windows file to be integrated into the built server application.|
57+
|macOSClientArchive| File or String | Specifies the path (4D.File, platform path, posix path) of the .4darchive macOS file to be integrated into the built server application.|
58+
|windowsClientArchive| File or String | Specifies the path (4D.File, platform path, posix path) of the .4darchive Windows file to be integrated into the built server application.|
5959
|<b>license</b>| File or String | 4D OEM Server license file (relative to the built project/absolute/filesystem) or following constant : <u>License Automatic mode</u>, <u>License Evaluation mode</u>.|
6060
|xmlKeyLicense| File or String | 4D OEM XML Keys license file (relative to the built project/absolute/filesystem).|
6161
|<b><u>signApplication</u></b>| Object | Object containing the contents of the application signing.|

0 commit comments

Comments
 (0)