mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
macOS: prevent DMG creation if requested
This commit is contained in:
parent
533ded009a
commit
08a73b9371
@ -417,6 +417,8 @@ EOF
|
||||
codesign --force --sign ${SIGNATURE_IDENTITY} ${dmgmac}/mkv*(.)
|
||||
fi
|
||||
|
||||
if [[ -n $DMG_NO_DMG ]] return
|
||||
|
||||
volumename=MKVToolNix-${MTX_VER}
|
||||
if [[ $DMG_PRE == 1 ]]; then
|
||||
local build_number_file=$HOME/net/home/prog/video/mingw/src/uc/build-number
|
||||
|
Loading…
Reference in New Issue
Block a user