From 5954cfc193949e4ccb33f70d523c64d2e967f21e Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 27 Dec 2023 12:06:40 +0530 Subject: [PATCH] Dec 27 : [UPDT] Index Updated 'theme_boec' --- theme_boec/__manifest__.py | 2 +- .../description/{theme.png => theme_screenshot.jpg} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename theme_boec/static/description/{theme.png => theme_screenshot.jpg} (100%) 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