You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Build4D/Documentation/Classes/Server.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ $customSettings is an object that contains the following parameters:
54
54
|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).|
55
55
|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.|
56
56
|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.|
59
59
|<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>.|
60
60
|xmlKeyLicense| File or String | 4D OEM XML Keys license file (relative to the built project/absolute/filesystem).|
61
61
|<b><u>signApplication</u></b>| Object | Object containing the contents of the application signing.|
0 commit comments