Fix to a9a947

This commit is contained in:
Ciaran Gultnieks 2013-10-20 21:15:35 +01:00
parent 3fc2ef5ebe
commit a403d10212

View file

@ -624,7 +624,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
# Copy the unsigned apk to our destination directory for further # Copy the unsigned apk to our destination directory for further
# processing (by publish.py)... # processing (by publish.py)...
dest = common.getapkname(app,thisbuild) dest = os.path.join(output_dir, common.getapkname(app,thisbuild))
shutil.copyfile(src, dest) shutil.copyfile(src, dest)
# Move the source tarball into the output directory... # Move the source tarball into the output directory...