Makefile-dmg: Set variables

This commit is contained in:
Florian Bruhin 2016-04-06 21:21:48 +02:00
parent 533b9d22e7
commit 97cb429b57

View File

@ -18,20 +18,19 @@
# Customizable variables
################################################################################
NAME ?= MyApp
VERSION ?= 0.1
NAME ?= qutebrowser
SOURCE_DIR ?= src
SOURCE_FILES ?= MyApp.app README COPYING
SOURCE_DIR ?= .
SOURCE_FILES ?= dist/qutebrowser.app COPYING
TEMPLATE_DMG ?= template.dmg
TEMPLATE_SIZE ?= 40m
TEMPLATE_SIZE ?= 120m
################################################################################
# DMG building. No editing should be needed beyond this point.
################################################################################
MASTER_DMG=$(NAME)-$(VERSION).dmg
MASTER_DMG=$(NAME).dmg
WC_DMG=wc.dmg
WC_DIR=wc