mirror of
https://github.com/Stone-Red-Code/AlwaysUpToDate.git
synced 2026-09-04 00:46:05 +02:00
changed AdditionalInformationUrl to AdditionalInformation
changed AdditionalInformationUrl to AdditionalInformation for more clarity
This commit is contained in:
@@ -27,11 +27,13 @@ While extracting the zip file all the files that have the same name/path as in t
|
||||
- Version (Required): The version should have this format `X.X.X.X`
|
||||
- FileUrl (Required): Url to the newest installer version zip file
|
||||
- Mandatory (Optional): Should be either true or false. The default is false
|
||||
- AdditionalInformation (Optional): Can be anything. This will get passed as a parameter of the `UpdateAvailible` event.
|
||||
```json
|
||||
{
|
||||
"Version":"version",
|
||||
"FileUrl":"url",
|
||||
"Mandatory":false
|
||||
"Mandatory":false,
|
||||
"AdditionalInformation":"information",
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user