From b5f675577a7e18995ca4e9f91f775aa45ecd0ced Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 14 Nov 2014 15:28:02 -0700 Subject: [PATCH] get language gen script in line with other lang changes --- build/macosx/language_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/macosx/language_gen.py b/build/macosx/language_gen.py index 6a55283f2..463d28fd6 100755 --- a/build/macosx/language_gen.py +++ b/build/macosx/language_gen.py @@ -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()