LttP: SNI keeps its log outside its folder

This commit is contained in:
Fabian Dill 2021-07-07 03:49:29 +02:00
parent 80a5845695
commit 007f2caecf
1 changed files with 0 additions and 4 deletions

View File

@ -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}")