mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
feat: xcrun stapler staple
This commit is contained in:
@@ -383,6 +383,14 @@ tasks.register("dist") {
|
|||||||
"--wait",
|
"--wait",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 绑定公证信息
|
||||||
|
exec {
|
||||||
|
commandLine(
|
||||||
|
"/usr/bin/xcrun",
|
||||||
|
"stapler", "staple", macOSFinalFilePath,
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user