diff --git a/theme_boec/__manifest__.py b/theme_boec/__manifest__.py index 4952d8c70..8ba42a803 100644 --- a/theme_boec/__manifest__.py +++ b/theme_boec/__manifest__.py @@ -78,7 +78,7 @@ }, 'images': [ 'static/description/banner.png', - 'static/description/theme.png', + 'static/description/theme_screenshot.jpg', ], 'license': 'AGPL-3', 'installable': True, diff --git a/theme_boec/static/description/theme.png b/theme_boec/static/description/theme_screenshot.jpg similarity index 100% rename from theme_boec/static/description/theme.png rename to theme_boec/static/description/theme_screenshot.jpg