fix path in script

This commit is contained in:
Eric House 2017-01-18 07:05:18 -08:00
parent 612ff0259c
commit 451e9e04ab

View file

@ -197,7 +197,7 @@ def main():
# summarize the english file
wd = os.path.dirname(sys.argv[0])
path = wd + '/../XWords4/res/values/strings.xml'
path = wd + '/../app/src/main/res/values/strings.xml'
engNames = {}
engFormats = {}