diff --git a/fdroidserver/publish.py b/fdroidserver/publish.py index a6fb258c..1f36966d 100644 --- a/fdroidserver/publish.py +++ b/fdroidserver/publish.py @@ -248,9 +248,6 @@ def main(): if compare_result: logging.error("...verification failed - publish skipped : " "{result}".format(result=compare_result)) - os.remove(srcapk) - logging.debug('removed developer supplied reference binary: {path}' - .format(path=srcapk)) else: # Success! So move the downloaded file to the repo, and remove # our built version.