commit | 2bfe723dfbb2fe8a3d8b883b80fe574d8b1f5c43 | [log] [tgz] |
---|---|---|
author | Eric Park <ideamaneric@gmail.com> | Sat Apr 11 05:37:23 2020 -0400 |
committer | Eric Park <ideamaneric@gmail.com> | Sat Apr 11 15:43:52 2020 +0530 |
tree | eb50bd71236100ceb94bf2c5b9f35747cd8df3e8 | |
parent | 0ba75c5bae9254fbd00a39c67ae607d88263028d [diff] |
Change default.xml path Change-Id: Ide5c97efa54574f9aa66df27da8dbd8f1d56adc5
diff --git a/crowdin_sync.py b/crowdin_sync.py index 57f4d2c..5e4de8e 100755 --- a/crowdin_sync.py +++ b/crowdin_sync.py
@@ -577,7 +577,7 @@ if not check_dependencies(): sys.exit(1) - xml_android = load_xml(x='%s/android/default.xml' % base_path) + xml_android = load_xml(x='%s/manifest/default.xml' % base_path) if xml_android is None: sys.exit(1)