mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 08:39:06 +00:00
Updated Info section (markdown)
+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
|
||||
Reference in New Issue
Block a user