|
@@ -1144,7 +1144,7 @@ func macosCodesign(file string) {
|
|
}
|
|
}
|
|
|
|
|
|
if id := os.Getenv("CODESIGN_IDENTITY"); id != "" {
|
|
if id := os.Getenv("CODESIGN_IDENTITY"); id != "" {
|
|
- bs, err := runError("codesign", "-s", id, file)
|
|
|
|
|
|
+ bs, err := runError("codesign", "--options=runtime", "-s", id, file)
|
|
if err != nil {
|
|
if err != nil {
|
|
log.Println("Codesign: signing failed:", string(bs))
|
|
log.Println("Codesign: signing failed:", string(bs))
|
|
return
|
|
return
|