diff --git a/fdroidserver/signindex.py b/fdroidserver/signindex.py index 2c5859d5..bb8a48fa 100644 --- a/fdroidserver/signindex.py +++ b/fdroidserver/signindex.py @@ -122,7 +122,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)