osx-app.sh: Make sure we sign the Wireshark executable.

Change-Id: Ib94bfd5fb8579d8bd824109806d340ee3e4f2f1c
Reviewed-on: https://code.wireshark.org/review/11217
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-10-22 11:26:51 -07:00
parent 7b5c274d8b
commit 07b44ba885
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ fi
if [ -z "$cs_binary_list" ]; then
# Assumes Qt.
for binary in $binary_list ; do
for binary in Wireshark $binary_list ; do
cs_binary_list="$cs_binary_list $pkgexec/$binary"
done
fi