fix: 更新 magisk.py 文件,移除创建 sbin 目录的命令,以简化目标目录的创建逻辑,确保构建流程的完整性。

This commit is contained in:
2025-09-18 16:47:38 +08:00
parent b74201630d
commit f62ac04c98

View File

@@ -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 = {