Add version to trance & update schema
This commit is contained in:
@@ -6,5 +6,6 @@
|
|||||||
"author": "MathIsFun0",
|
"author": "MathIsFun0",
|
||||||
"repo":"https://github.com/MathIsFun0/Trance",
|
"repo":"https://github.com/MathIsFun0/Trance",
|
||||||
"downloadURL": "https://github.com/MathIsFun0/Trance/archive/refs/heads/main.zip",
|
"downloadURL": "https://github.com/MathIsFun0/Trance/archive/refs/heads/main.zip",
|
||||||
"folderName": "Trance"
|
"folderName": "Trance",
|
||||||
|
"version": "1.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,6 +35,10 @@
|
|||||||
"folderName": {
|
"folderName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[^<>:\"/\\|?*]+$"
|
"pattern": "^[^<>:\"/\\|?*]+$"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^[^<>:\"/\\|?*]+$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["title", "requires-steamodded", "categories", "author", "repo", "downloadURL"]
|
"required": ["title", "requires-steamodded", "categories", "author", "repo", "downloadURL"]
|
||||||
|
|||||||
Reference in New Issue
Block a user