Updated Info section (markdown)

Pk11
2020-09-25 15:44:40 -05:00
parent 7742cb145a
commit 832dba9060
+7 -5
@@ -12,11 +12,13 @@ Every script file needs an info section
"selectedColor": "#fa3c00",
"unselectedColor": "#b43c00",
"progressbarColor": "#fa3c00",
"version": 1,
"revision", 1
"version": 3,
"revision": 1
}
}
```
- The `title` and `shortDesc` will be shown in the main list to identify the file.
- The `longDescription` will be shown after selecting the file, if it's not found, then the `description` will be used
- The `version` is used to confirm that the file is usable in this version of the app, this should currently always be `1`
- The `title` and `shortDesc` will be shown in the main list to identify the file
- The `description` will be shown after selecting the file, if it's not found, then the `shortDesc` will be used
- The colors are used to control the look while the script is selected, any that aren't specified will use the user set ones like the rest of Universal-Updater
- The `version` is used to confirm that the file is usable in this version of the app, this should currently always be `3`
- The `revision` is the revision of this script, it should be incremented each time the script is updated so Universal-Updater knows there's a new update