aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-22 11:26:51 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-22 18:27:48 +0000
commit07b44ba88500428c1c4c517a213831496ec1586d (patch)
tree5fecb717860bc66a8f5a5ede893beaecb709e66c /packaging
parent7b5c274d8b7a798e5fa63fb4810525eb446f600b (diff)
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>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index 85fa782277..0c2360386f 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -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