Skip to content

Commit

Permalink
Fix naming for door look app for copying artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 4, 2022
1 parent be654f3 commit e3b7625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def OutputNames(self):
yield 'chip-tv-app'
yield 'chip-tv-app.map'
elif self == HostApp.LOCK:
yield 'chip-lock-app'
yield 'chip-lock-app.map'
yield 'chip-door-lock-app'
yield 'chip-door-lock-app.map'
elif self == HostApp.TESTS:
pass
else:
Expand Down

0 comments on commit e3b7625

Please sign in to comment.