mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
No bashisms in this script, AFAICS.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fc60d37761
commit
2d8a203026
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# this simply automates the steps to create a DMG we can ship
|
||||
#
|
||||
|
@ -67,4 +67,3 @@ ${DMGCREATE} --background ./packaging/macosx/DMG-Background.png \
|
|||
--app-drop-link 380 205 \
|
||||
--volicon ~/subsurface/packaging/macosx/Subsurface.icns \
|
||||
--icon "Subsurface" 110 205 ./Subsurface-${VERSION}.dmg ./staging
|
||||
|
||||
|
|
Loading…
Reference in a new issue