mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
LttP: SNI keeps its log outside its folder
This commit is contained in:
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}")
|
||||||
|
Reference in New Issue
Block a user