From 832dba9060fb4c86190a316222fb0939a3a254c9 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 15:44:40 -0500 Subject: [PATCH] Updated Info section (markdown) --- Info-section.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Info-section.md b/Info-section.md index a263dd0..61e3a20 100644 --- a/Info-section.md +++ b/Info-section.md @@ -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` \ No newline at end of file +- 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