Mac packaging: add option to make bundle without creating DMG
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8d8e694b0d
commit
2d2bb95482
@ -71,6 +71,10 @@ pushd Subsurface.app/Contents/PlugIns/grantlee
|
|||||||
ln -s . 5.0
|
ln -s . 5.0
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
if [ "$1" = "-nodmg" ] ; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
# copy things into staging so we can create a nice DMG
|
# copy things into staging so we can create a nice DMG
|
||||||
rm -rf ./staging
|
rm -rf ./staging
|
||||||
mkdir ./staging
|
mkdir ./staging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user