Generate all json files for the android directory in a go
This commit is contained in:
parent
da314aff79
commit
53e56f2395
@ -204,6 +204,5 @@ if __name__ == "__main__":
|
||||
if os.path.isfile(source):
|
||||
convert_file(source, destination)
|
||||
elif os.path.isdir(source):
|
||||
os.chdir(source)
|
||||
for path in glob.glob("*-t-k0-android.xml"):
|
||||
for path in glob.glob(source + "/*-t-k0-android.xml"):
|
||||
convert_file(path, destination)
|
||||
|
Loading…
Reference in New Issue
Block a user