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-08-23 18:31:42 +0200
commit2baa590043c6633f4f2bca917f0f4aaa09801671 (patch)
treeb57fcdfdbef1160a04ffdd1e11ce198e87639022
parent6ff6ce23e544559f896067543d0a647a3cdfb88f (diff)
downloadqutebrowser-2baa590043c6633f4f2bca917f0f4aaa09801671.tar.gz
qutebrowser-2baa590043c6633f4f2bca917f0f4aaa09801671.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.