feat: xcrun stapler staple

This commit is contained in:
hstyi
2025-01-22 21:11:02 +08:00
committed by hstyi
parent e0e6a85a81
commit aa6ec8dd43

View File

@@ -383,6 +383,14 @@ tasks.register("dist") {
"--wait",
)
}
// 绑定公证信息
exec {
commandLine(
"/usr/bin/xcrun",
"stapler", "staple", macOSFinalFilePath,
)
}
}
}
}