From 0dbce28a24b838fa2955caea7590a714d44d7318 Mon Sep 17 00:00:00 2001 From: luojian Date: Tue, 15 Jul 2025 22:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B7=E6=B7=86=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/project_proguard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/project_proguard.py b/scripts/project_proguard.py index 9cc439a..cfeef13 100644 --- a/scripts/project_proguard.py +++ b/scripts/project_proguard.py @@ -181,7 +181,8 @@ class ProjectProguard(Task): target_pag_file = os.path.join(self.context.temp_project_path, pag_file) FileUtils.move(target_pag_file, - target_pag_file.replace("pag_wallpaper_slide", generate_encryption_key("pag_wallpaper_slide"))) + target_pag_file.replace("pag_wallpaper_slide", + self.context.proguard_dict.get("pag_wallpaper_slide"))) pass