Skip to content

Commit

Permalink
Use Prey, Inc certificate to sign binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Yaconi H committed Mar 31, 2016
1 parent 1bbd1f1 commit 1a696b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ check_node_version() {

sign_bin() {
bin=$1
codesign -f --deep -s "Developer ID Application: Fork Ltd" $bin
codesign -f --deep -s "Developer ID Application: Prey, Inc." $bin
}

check_code_signatures() {
Expand Down

0 comments on commit 1a696b8

Please sign in to comment.