We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda89eb commit 449b110Copy full SHA for 449b110
1 file changed
build.py
@@ -9,7 +9,7 @@ def merge_binaries(source, target, env):
9
# Get project directory and name
10
project_dir = Path(env["PROJECT_DIR"])
11
project_name = "ESP-HACK"
12
- merged_bin = project_dir / f"{project_name}.bin"
+ merged_bin = project_dir / f"esp-hack_build.bin"
13
14
# Paths to source files
15
build_dir = Path(env.subst("$BUILD_DIR"))
0 commit comments