From dfaee791e0425914f336624e24d157b451f2cb48 Mon Sep 17 00:00:00 2001 From: GorouFlex <98001973+gorouflex@users.noreply.github.com> Date: Thu, 16 May 2024 16:15:04 +0700 Subject: [PATCH] fix --- macOS/Assets/SU.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macOS/Assets/SU.py b/macOS/Assets/SU.py index 2aaacde..f1580e7 100644 --- a/macOS/Assets/SU.py +++ b/macOS/Assets/SU.py @@ -21,8 +21,10 @@ def update(): shutil.rmtree(new_folder) command_file_path = os.path.join(current_dir, "UXTU4Unix", "UXTU4Unix.command") ryzenadj_path = os.path.join(current_dir, "UXTU4Unix", "Assets", "ryzenadj") + dmidecode_path = os.path.join(current_dir, "UXTU4Unix", "Assets", "dmidecode") subprocess.run(['chmod', '+x', command_file_path], check=True) subprocess.run(['chmod', '+x', ryzenadj_path], check=True) + subprocess.run(['chmod', '+x', dmidecode_path], check=True) if os.path.exists(backup_config): shutil.move(backup_config, config_file) if os.path.exists(zip_file_path):