summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-15 17:35:37 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-22 17:41:12 +0200
commit067916eb8522f11ea1275a0b2128f80e95140036 (patch)
treeabfa62eff22466ea0bcaf6490690510bd6ec9f0d
parent9509668a21a70e5b26c486d86fdd68bd9cd807de (diff)
downloadqutebrowser-067916eb8522f11ea1275a0b2128f80e95140036.tar.gz
qutebrowser-067916eb8522f11ea1275a0b2128f80e95140036.zip
build-release: Increase macOS template size once again
See #7252
-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.