Skip to content

Commit e9a001f

Browse files
committed
Update GeneralUpdate.ClientCore.md
1 parent cbe92f2 commit e9a001f

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

website/docs/doc/GeneralUpdate.ClientCore.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Certainly! Here's the translated content:
106106
| Bowl | string | Path to the Bowl monitoring process, which starts after updates to check if the Bowl client starts normally. If an exception occurs after starting, the exception information will be captured. |
107107
| Scheme | string | Used for passing a token in HTTP requests for authentication. |
108108
| Token | string | Token used in HTTP requests for authentication. |
109+
| Script | string | This script assigns permissions to files and is executed on the Linux platform after the update is completed. If permissions need to be assigned before the update, this can be injected via the `GeneralClientBootstrap.AddCustomOption` function in the bootstrap startup class, and the function will be executed prior to the update. |
109110

110111
### 🍵UpdateOption
111112

@@ -114,14 +115,16 @@ Certainly! Here's the translated content:
114115
| **Format** File format of the update package. |
115116
| **Encoding** Compression encoding. |
116117
| **DownloadTimeOut** Timeout duration (in seconds). If not specified, the default timeout is 30 seconds. |
118+
| **Patch** Whether to enable the binary differential update function, which is enabled by default; if set to `false`, a full overwrite installation will be performed instead. |
119+
| **BackUp** Whether to enable the backup function before update, which is enabled by default; no backup will be performed if set to `false`. |
117120

118121

119122

120123
### Applicable To
121124

122-
| Product | Version |
123-
| -------------- | ------------- |
124-
| .NET | 5, 6, 7, 8, 9 |
125-
| .NET Framework | 4.6.1 |
126-
| .NET Standard | 2.0 |
127-
| .NET Core | 2.0 |
125+
| Product | Version |
126+
| -------------- | ---------------- |
127+
| .NET | 5, 6, 7, 8, 9,10 |
128+
| .NET Framework | 4.6.1 |
129+
| .NET Standard | 2.0 |
130+
| .NET Core | 2.0 |

0 commit comments

Comments
 (0)