aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-10-21 20:51:34 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-22 04:02:45 +0000
commit0c444f315f444f8b4015aabae72ffed66f223479 (patch)
tree818ebe9495ac742f81cf2c8e8d8534835168e6a7 /packaging/macosx
parentfc75085cd0f98d2e64c6c85086e6d694d2345f43 (diff)
OS X: Fix osx-dmg.sh bundle binary path.
Change-Id: Ia7c59de4f8b59dda9dbc484b8fa9ae0c3d88d594 Reviewed-on: https://code.wireshark.org/review/4905 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/osx-dmg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in
index 8625fb0e7f..779f3a2fac 100755
--- a/packaging/macosx/osx-dmg.sh.in
+++ b/packaging/macosx/osx-dmg.sh.in
@@ -42,7 +42,7 @@ rw_name="RWwireshark.dmg"
volume_name="Wireshark"
tmp_dir="/tmp/dmg-$$"
auto_open_opt=
-ws_bin="$app_bundle/Contents/Resources/bin/Wireshark"
+ws_bin="$app_bundle/Contents/MacOS/Wireshark"
readme_name="Read_me_first_qt.rtf"
if [ -d /Applications/Xcode.app/Developer ]