feature: put payload into .rdata option

This commit is contained in:
Dobin
2024-05-09 21:04:37 +01:00
parent 3aa79afd70
commit 900c145557
16 changed files with 178 additions and 78 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ def prepare_project(project_name, settings):
# copy *.c *.h files from src directory to dst directory
for file in os.listdir(src):
if file.endswith(".c") or file.endswith(".h"):
logger.info("Copy {} to {}".format(src + file, dst))
logger.info("--( Copy {} to {}".format(src + file, dst))
shutil.copy2(src + file, dst)