Mac packaging: add option to make bundle without creating DMG

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-09-16 20:16:17 -07:00
parent 8d8e694b0d
commit 2d2bb95482

View file

@ -71,6 +71,10 @@ pushd Subsurface.app/Contents/PlugIns/grantlee
ln -s . 5.0
popd
if [ "$1" = "-nodmg" ] ; then
exit 0
fi
# copy things into staging so we can create a nice DMG
rm -rf ./staging
mkdir ./staging