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