summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-31 17:39:01 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-03-31 17:39:01 +0200
commita11e84dce225d6f4b806cfac9b791b255ba41d45 (patch)
tree6289f753c5d5380cb1a60ff8e804d9b7626752fb /scripts
parentb21ca69b70d10eb4d0ab8f76e3235ade574588ea (diff)
downloadqutebrowser-a11e84dce225d6f4b806cfac9b791b255ba41d45.tar.gz
qutebrowser-a11e84dce225d6f4b806cfac9b791b255ba41d45.zip
ci: Add -debug for hdiutil
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/Makefile-dmg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/Makefile-dmg b/scripts/dev/Makefile-dmg
index 868e24903..3b1a046df 100644
--- a/scripts/dev/Makefile-dmg
+++ b/scripts/dev/Makefile-dmg
@@ -60,7 +60,7 @@ $(MASTER_DMG): $(WC_DMG) $(addprefix $(SOURCE_DIR)/,$(SOURCE_FILES))
#rm -f "$@"
#hdiutil create -srcfolder "$(WC_DIR)" -format UDZO -imagekey zlib-level=9 "$@" -volname "$(NAME) $(VERSION)" -scrub -quiet
WC_DEV=`hdiutil info | grep "$(WC_DIR)" | grep "Apple_HFS" | awk '{print $$1}'` && \
- hdiutil detach $$WC_DEV -force
+ hdiutil detach $$WC_DEV -force -debug
rm -f "$(MASTER_DMG)"
hdiutil convert "$(WC_DMG)" -quiet -format UDZO -imagekey zlib-level=9 -o "$@"
rm -rf $(WC_DIR)