Selaa lähdekoodia

Only print codesign success if we tried to codesign

Jakob Borg 9 vuotta sitten
vanhempi
sitoutus
ab9109e0dc
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      build.go

+ 1 - 2
build.go

@@ -762,7 +762,6 @@ func macosCodesign(file string) {
 			log.Println("Codesign: signing failed:", string(bs))
 			return
 		}
+		log.Println("Codesign: successfully signed", file)
 	}
-
-	log.Println("Codesign: successfully signed", file)
 }