Skip to content

Commit d1204c7

Browse files
authored
Update build_release_files.py
1 parent 6962c04 commit d1204c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build_release_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
board_info = all_boards[board]
3535

3636
for language in languages:
37-
bin_directory = "../bin/{}/-{board}/-{language}".format(board=board, language=language)
37+
bin_directory = "../bin/-{board}/-{language}".format(board=board, language=language)
3838
os.makedirs(bin_directory, exist_ok=True)
3939
start_time = time.monotonic()
4040
make_result = subprocess.run("make -C ../ports/" + board_info["port"] + " TRANSLATION=" + language + " BOARD=" + board, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)

0 commit comments

Comments
 (0)