mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
fix: main.exe not deleted
This commit is contained in:
@@ -28,7 +28,7 @@ def clean_files():
|
|||||||
os.path.join(build_dir, "main.bin"),
|
os.path.join(build_dir, "main.bin"),
|
||||||
os.path.join(build_dir, "main.c"),
|
os.path.join(build_dir, "main.c"),
|
||||||
os.path.join(build_dir, "peb_lookup.h"),
|
os.path.join(build_dir, "peb_lookup.h"),
|
||||||
#os.path.join(build_dir, "main.exe"),
|
os.path.join(build_dir, "main.exe"),
|
||||||
|
|
||||||
VerifyFilename,
|
VerifyFilename,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user