diff options
author | 2017-09-17 15:40:16 -0700 | |
---|---|---|
committer | 2017-09-17 15:40:16 -0700 | |
commit | ae209a3d9f8ed36e2228834d421ff4a6ac345ad9 (patch) | |
tree | 046937d0c944d3b6ad8ff9a8c49ab8bdcc3136d9 /packaging/macosx | |
parent | 58b7c6f8ef703009e098351774b8db521cce48e3 (diff) | |
parent | 49fe120d9530682cf539d562c4ffcae3e195b9ab (diff) | |
download | subsurface-ae209a3d9f8ed36e2228834d421ff4a6ac345ad9.tar.gz |
Merge branch 'macBLE' of github.com:Subsurface-divelog/subsurface
Diffstat (limited to 'packaging/macosx')
-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 |