LttP: SNI keeps its log outside its folder
This commit is contained in:
parent
80a5845695
commit
007f2caecf
4
setup.py
4
setup.py
|
@ -131,10 +131,6 @@ else:
|
||||||
file = z3pr.__file__
|
file = z3pr.__file__
|
||||||
installfile(Path(os.path.dirname(file)) / "data", keep_content=True)
|
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:
|
if signtool:
|
||||||
for exe in exes:
|
for exe in exes:
|
||||||
print(f"Signing {exe.target_name}")
|
print(f"Signing {exe.target_name}")
|
||||||
|
|
Loading…
Reference in New Issue