From 35560c76b1b2f75d435158f38d60897028e4488d Mon Sep 17 00:00:00 2001 From: Ta180m Date: Wed, 13 May 2020 13:45:13 -0500 Subject: [PATCH] Update modules.py --- Builder/modules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Builder/modules.py b/Builder/modules.py index 68f5155..cabb821 100644 --- a/Builder/modules.py +++ b/Builder/modules.py @@ -231,9 +231,9 @@ def download_hekate_icons(module, temp_directory, kosmos_version, kosmos_build): common.delete_path(bundle_path) shutil.move(os.path.join(temp_directory, 'bootloader', 'res', 'icon_payload.bmp'), os.path.join(temp_directory, 'bootloader', 'res', 'icon_payload_hue.bmp')) - shutil.move(os.path.join(temp_directory, 'bootloader', 'res', 'icon_payload_custom.bmp'), os.path.join(temp_directory, 'bootloader', 'res', 'icon_payload.bmp')) + #shutil.move(os.path.join(temp_directory, 'bootloader', 'res', 'icon_payload_custom.bmp'), os.path.join(temp_directory, 'bootloader', 'res', 'icon_payload.bmp')) shutil.move(os.path.join(temp_directory, 'bootloader', 'res', 'icon_switch.bmp'), os.path.join(temp_directory, 'bootloader', 'res', 'icon_switch_hue.bmp')) - shutil.move(os.path.join(temp_directory, 'bootloader', 'res', 'icon_switch_custom.bmp'), os.path.join(temp_directory, 'bootloader', 'res', 'icon_switch.bmp')) + #shutil.move(os.path.join(temp_directory, 'bootloader', 'res', 'icon_switch_custom.bmp'), os.path.join(temp_directory, 'bootloader', 'res', 'icon_switch.bmp')) return get_version(module, release, 0)