fix: 更新 magisk.py 文件,移除创建 sbin 目录的命令,以简化目标目录的创建逻辑,确保构建流程的完整性。
This commit is contained in:
@@ -106,7 +106,6 @@ class Magisk:
|
|||||||
if os.path.exists(self.copy_dir):
|
if os.path.exists(self.copy_dir):
|
||||||
shutil.rmtree(self.copy_dir)
|
shutil.rmtree(self.copy_dir)
|
||||||
os.makedirs(self.copy_dir, exist_ok=True)
|
os.makedirs(self.copy_dir, exist_ok=True)
|
||||||
os.makedirs(os.path.join(self.copy_dir, "sbin"), exist_ok=True)
|
|
||||||
|
|
||||||
# 架构映射
|
# 架构映射
|
||||||
arch_map = {
|
arch_map = {
|
||||||
|
|||||||
Reference in New Issue
Block a user