mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix to a9a947
This commit is contained in:
parent
3fc2ef5ebe
commit
a403d10212
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue