diff --git a/scripts/build/builders/genio.py b/scripts/build/builders/genio.py index 2262cfad26f19c..ce099a2504919e 100755 --- a/scripts/build/builders/genio.py +++ b/scripts/build/builders/genio.py @@ -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)