diff options
-rwxr-xr-x | packaging/macosx/make-package.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh index 6aa46fb08..ba717bdb2 100755 --- a/packaging/macosx/make-package.sh +++ b/packaging/macosx/make-package.sh @@ -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 |