From f62ac04c980bbf4f91a591c100784a8c28677584 Mon Sep 17 00:00:00 2001 From: CoderKang Date: Thu, 18 Sep 2025 16:47:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20magisk.py=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=20sbin=20=E7=9B=AE=E5=BD=95=E7=9A=84=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E7=AE=80=E5=8C=96=E7=9B=AE=E6=A0=87=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E5=88=9B=E5=BB=BA=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E6=9E=84=E5=BB=BA=E6=B5=81=E7=A8=8B=E7=9A=84?= =?UTF-8?q?=E5=AE=8C=E6=95=B4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- magisk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/magisk.py b/magisk.py index a9bd62e..d8759d8 100644 --- a/magisk.py +++ b/magisk.py @@ -106,7 +106,6 @@ class Magisk: if os.path.exists(self.copy_dir): shutil.rmtree(self.copy_dir) os.makedirs(self.copy_dir, exist_ok=True) - os.makedirs(os.path.join(self.copy_dir, "sbin"), exist_ok=True) # 架构映射 arch_map = {