mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Only print codesign success if we tried to codesign
This commit is contained in:
parent
f88b2c11fe
commit
ab9109e0dc
3
build.go
3
build.go
@ -762,7 +762,6 @@ func macosCodesign(file string) {
|
|||||||
log.Println("Codesign: signing failed:", string(bs))
|
log.Println("Codesign: signing failed:", string(bs))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
log.Println("Codesign: successfully signed", file)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println("Codesign: successfully signed", file)
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user