Skip to content

Commit

Permalink
feat: xcrun stapler staple
Browse files Browse the repository at this point in the history
  • Loading branch information
hstyi committed Jan 22, 2025
1 parent e0e6a85 commit c97259a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,14 @@ tasks.register("dist") {
"--wait",
)
}

// 绑定公证信息
exec {
commandLine(
"/usr/bin/xcrun",
"stapler", "staple", macOSFinalFilePath,
)
}
}
}
}
Expand Down

0 comments on commit c97259a

Please sign in to comment.