Update versions file

This commit is contained in:
Gres 2020-04-14 21:15:55 +03:00
parent 461f1f433d
commit f51521f8e2
3 changed files with 551 additions and 547 deletions

View File

@ -36,6 +36,8 @@ for f in it:
if not f.is_file() or f.name in ["LICENSE", "README.md"]:
continue
name = f.name[:f.name.index('.')]
if len(name) == 0:
continue
files.setdefault(name, []).append(f.name)
print(',"recognizers": {')

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"url": "https://raw.githubusercontent.com/OneMoreGres/ScreenTranslator/master/version.json",
"Application": {
"version": 3,
"compatibleVersion": 2,
"compatibleVersion": 3,
"built_in": true,
"versionString": "3.0.0",
"permissions": "0x7755",