aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-02 16:56:42 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-02 23:58:26 +0000
commitaee3de9688725c4a8639f5216791407bb7b291bb (patch)
treef452ce973d56435b6280cba475a89398c485b1cc
parent85eec7f603f63f1df357691bb558ad47fcc4a224 (diff)
OS X packaging fix: wireshark-qt → wireshark.
Change-Id: Ie95c28ca47baf453335abab23eb7baba63d52f47 Reviewed-on: https://code.wireshark.org/review/3963 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rwxr-xr-xpackaging/macosx/osx-app.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index 684456c234..61944aea1d 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -121,7 +121,7 @@ do
shift 1 ;;
-qt|--qt-flavor)
ui_toolkit="qt"
- wireshark_bin_name="wireshark-qt"
+ wireshark_bin_name="wireshark"
;;
-h|--help)
help
@@ -582,7 +582,7 @@ codesign_file () {
if [ -n "$CODE_SIGN_IDENTITY" ] ; then
security find-identity -v -s "$CODE_SIGN_IDENTITY" -p codesigning
-
+
echo "Signing executables"
for binary in $cs_binary_list ; do
codesign_file "$binary"