fix: exe delete

This commit is contained in:
Dobin Rutishauser
2025-06-22 21:49:33 +02:00
parent 2e522de234
commit 8fa1895cf6
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -34,7 +34,6 @@ def clean_files(settings):
settings.project_asm_path,
settings.project_shc_path,
settings.project_exe_path,
settings.get_inject_exe_out(),
]
for file in files_to_clean:
pathlib.Path(file).unlink(missing_ok=True)