Update versions file
This commit is contained in:
parent
461f1f433d
commit
f51521f8e2
@ -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": {')
|
||||
|
1094
updates.json
1094
updates.json
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user