mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue