Generate all json files for the android directory in a go

This commit is contained in:
Carlos Garnacho 2017-08-13 21:29:02 +00:00 committed by Florian Müllner
parent da314aff79
commit 53e56f2395

View File

@ -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)