From 26546585f78a3b27f82e47aa76dfdfccaa8a5228 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 22 Dec 2010 12:34:48 +0100 Subject: fixed path for make_release in build.py --- scripts/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.py b/scripts/build.py index 6c94965c..4e86d16b 100644 --- a/scripts/build.py +++ b/scripts/build.py @@ -234,7 +234,7 @@ if 1: if 1: print("*** making release ***") os.chdir(src_dir_teeworlds) - command = '"%smake_release.py" %s %s' % (root_dir, version_teeworlds, platform) + command = '"%s/%s/scripts/make_release.py" %s %s' % (work_dir, src_dir_teeworlds, version_teeworlds, platform) if os.name != "nt": command = "python %s" % command if os.system(command) != 0: -- cgit 1.4.1