Skip to content

Commit 056b88a

Browse files
committed
Pull in artifact-name for exported projects
1 parent 2ecb0a5 commit 056b88a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/export/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ def export_project(src_paths, export_path, target, ide, libraries_paths=None,
276276
if linker_script is not None:
277277
resources.linker_script = linker_script
278278

279+
if toolchain.config.app_config_data['artifact_name'] is not None:
280+
name = toolchain.config.app_config_data['artifact_name']
281+
279282
files, exporter = generate_project_files(resources, export_path,
280283
target, name, toolchain, ide,
281284
macros=macros)

0 commit comments

Comments
 (0)