spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 969b13b80f3fcbcfa5a73cc86f2f2d89b3556548
parent 81fa01056a31cba1257b41a0b3db6dd1cd818efc
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Wed,  5 Sep 2012 10:16:47 -0700

osx: internet-enable the dmg image

Diffstat:
Mdist/osx/bundle.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dist/osx/bundle.sh b/dist/osx/bundle.sh @@ -57,6 +57,7 @@ mv $DMG_FILE $DMG_FILE.master echo "Creating distributable image..." hdiutil convert -quiet -format UDBZ -o $DMG_FILE $DMG_FILE.master +hdiutil internet-enable -yes $DMG_FILE rm $DMG_FILE.master echo "Done."