Skip to content

Commit

Permalink
Fix file naming for genio
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Sep 28, 2022
1 parent f72807b commit f6b912e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/genio.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def ExampleName(self):

def AppNamePrefix(self):
if self == GenioApp.LIGHT:
return 'chip-genio-lighting-app-example'
return 'chip-mt793x-lighting-app-example'
elif self == GenioApp.SHELL:
return 'chip-genio-shell-example'
return 'chip-mt793x-shell-example'
else:
raise Exception('Unknown app type: %r' % self)

Expand Down

0 comments on commit f6b912e

Please sign in to comment.