From 007f2caecf2acd3fe4f28d1286f91fbba1b53ccd Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 7 Jul 2021 03:49:29 +0200 Subject: [PATCH] LttP: SNI keeps its log outside its folder --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index a73a9f12..36573edb 100644 --- a/setup.py +++ b/setup.py @@ -131,10 +131,6 @@ else: file = z3pr.__file__ installfile(Path(os.path.dirname(file)) / "data", keep_content=True) -SNIlog = buildfolder / "SNI" / "log.txt" -if os.path.exists(SNIlog): - os.remove(SNIlog) - if signtool: for exe in exes: print(f"Signing {exe.target_name}")