Skip to content

Commit

Permalink
Fix flashbundle name (it is based on project name)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jul 12, 2022
1 parent 51decce commit 321caa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/nrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def AppNamePrefix(self):

def _FlashBundlePrefix(self):
if self == NrfApp.ALL_CLUSTERS:
return 'chip-nrfconnect-all-clusters-example'
return 'chip-nrfconnect-all-clusters-app-example'
elif self == NrfApp.ALL_CLUSTERS_MINIMAL:
return 'chip-nrfconnect-all-clusters-minimal-example'
return 'chip-nrfconnect-all-clusters-minimal-app-example'
elif self == NrfApp.LIGHT:
return 'chip-nrfconnect-lighting-example'
elif self == NrfApp.LOCK:
Expand Down

0 comments on commit 321caa4

Please sign in to comment.