diff --git a/Info-section.md b/Info-section.md deleted file mode 100644 index f9c85d7..0000000 --- a/Info-section.md +++ /dev/null @@ -1,22 +0,0 @@ -Every script file needs an info section -```json -"info": { - "title": "Example", - "shortDesc": "An example script file", - "description": "This is an optional extended description\nto be shown after selecting the file.", - "barColor": "#dc3c00", - "bgBottomColor": "#dca000", - "bgTopColor": "#dca000", - "textColor": "#ffffff", - "selectedColor": "#fa3c00", - "unselectedColor": "#b43c00", - "progressbarColor": "#fa3c00", - "version": 3, - "revision": 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 \ No newline at end of file