From ed67b988f9bfd458666d306c1265f97c9340baf3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 26 Jul 2016 16:29:29 +0200 Subject: [PATCH] DMG Makefile: Increase template size to 300 MB Otherwise QtWebEngine wouldn't fit. --- scripts/dev/Makefile-dmg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/Makefile-dmg b/scripts/dev/Makefile-dmg index 1ecdb1514..fb3535c98 100644 --- a/scripts/dev/Makefile-dmg +++ b/scripts/dev/Makefile-dmg @@ -24,7 +24,7 @@ SOURCE_DIR ?= . SOURCE_FILES ?= dist/qutebrowser.app COPYING TEMPLATE_DMG ?= template.dmg -TEMPLATE_SIZE ?= 120m +TEMPLATE_SIZE ?= 300m ################################################################################ # DMG building. No editing should be needed beyond this point.