DMG Makefile: Increase template size to 300 MB

Otherwise QtWebEngine wouldn't fit.
This commit is contained in:
Florian Bruhin 2016-07-26 16:29:29 +02:00
parent b30773aa68
commit ed67b988f9

View File

@ -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.