get language gen script in line with other lang changes

This commit is contained in:
Ben Fry
2014-11-14 15:28:02 -07:00
parent 5a90c6d487
commit b5f675577a

View File

@@ -5,7 +5,7 @@ import os, re
BASEDIR = os.path.dirname(os.path.realpath(__file__))
def supported_languages():
path = "../../app/src/processing/app/languages/languages.txt"
path = "../../build/shared/lib/languages/languages.txt"
with open(os.path.join(BASEDIR, path)) as f:
lines = f.read().splitlines()