Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored May 16, 2024
1 parent afe5755 commit dfaee79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macOS/Assets/SU.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit dfaee79

Please sign in to comment.