1
0

Add version to trance & update schema

This commit is contained in:
Ö. Efe D.
2025-03-09 18:18:44 +01:00
parent b5aadcb2cd
commit d34c72075d
2 changed files with 6 additions and 1 deletions

View File

@@ -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"
} }

View File

@@ -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"]