diff --git a/fdroidserver/signindex.py b/fdroidserver/signindex.py index a586c92b..6897a4c7 100644 --- a/fdroidserver/signindex.py +++ b/fdroidserver/signindex.py @@ -131,7 +131,6 @@ def main(): index_file = os.path.join(output_dir, json_name) if os.path.exists(index_file): sign_index_v1(output_dir, json_name) - os.remove(index_file) logging.info('Signed ' + index_file) signed.append(index_file)