macOS: Disable arrange_dmg.applescript.

arrange_dmg.applescript is failing on the macOS builder, so comment it
out for now.

Change-Id: Ibe7bf249623832954e9f67d241513b549dff990c
Reviewed-on: https://code.wireshark.org/review/34621
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2019-09-25 09:55:15 -07:00
parent ac4f3c0f4d
commit b1416fda0a
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ DEV_NAME=$( /usr/bin/hdiutil attach -readwrite -noverify -noautoopen "$rw_name"
# Set icon positions and background image
# Work around 'Finder got an error: Cant get disk "Wireshark 3.1.1". (-1728)'
sleep 5
osascript ../packaging/macosx/arrange_dmg.applescript || exit 1
#sleep 5
#osascript ../packaging/macosx/arrange_dmg.applescript || exit 1
# Have the disk image window open automatically when mounted.
bless -openfolder "/Volumes/$volume_name"