Skip to content

Commit 449b110

Browse files
authored
build.py
Builder 3 to 1 bin
1 parent eda89eb commit 449b110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def merge_binaries(source, target, env):
99
# Get project directory and name
1010
project_dir = Path(env["PROJECT_DIR"])
1111
project_name = "ESP-HACK"
12-
merged_bin = project_dir / f"{project_name}.bin"
12+
merged_bin = project_dir / f"esp-hack_build.bin"
1313

1414
# Paths to source files
1515
build_dir = Path(env.subst("$BUILD_DIR"))

0 commit comments

Comments
 (0)