From e915c24be1a35c9ca7e322026a9776a9887f76c3 Mon Sep 17 00:00:00 2001 From: Dobin Date: Fri, 1 Mar 2024 20:46:59 +0000 Subject: [PATCH] fix: main.exe not deleted --- helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.py b/helper.py index 470370a..eeab532 100644 --- a/helper.py +++ b/helper.py @@ -28,7 +28,7 @@ def clean_files(): os.path.join(build_dir, "main.bin"), os.path.join(build_dir, "main.c"), os.path.join(build_dir, "peb_lookup.h"), - #os.path.join(build_dir, "main.exe"), + os.path.join(build_dir, "main.exe"), VerifyFilename, ]