summaryrefslogtreecommitdiff
path: root/scripts/dev/Makefile-dmg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/Makefile-dmg')
-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 8749ce632..48743967d 100644
--- a/scripts/dev/Makefile-dmg
+++ b/scripts/dev/Makefile-dmg
@@ -24,7 +24,7 @@ SOURCE_DIR ?= .
SOURCE_FILES ?= dist/qutebrowser.app LICENSE
TEMPLATE_DMG ?= template.dmg
-TEMPLATE_SIZE ?= 500m
+TEMPLATE_SIZE ?= 750m
################################################################################
# DMG building. No editing should be needed beyond this point.