diff --git a/tools/prepare-release-files.py b/tools/prepare-release-files.py index af87680eb..f5b91811a 100644 --- a/tools/prepare-release-files.py +++ b/tools/prepare-release-files.py @@ -22,7 +22,7 @@ def get_version_number(file_name): applications = root.findall('.//appLink') # create a list of applications, reading the field 'n' - app_list = [] + app_list = ['Common', 'Examples'] for app in applications: app_list.append(app.attrib['n'])