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>
This commit is contained in:
Gerald Combs 2014-10-21 20:51:34 -07:00 committed by Gerald Combs
parent fc75085cd0
commit 0c444f315f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]