summaryrefslogtreecommitdiffstats
path: root/pkg/darwin
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2016-12-18 15:24:03 -0500
committerBradley Sepos <[email protected]>2016-12-18 15:24:03 -0500
commit59709811e45646a17ead4346ff4efdaf5a3c9246 (patch)
tree52fa2911bc02d89ddb4a33473b1a4577bf84b597 /pkg/darwin
parent38f3b44659d9b5120c745e438e2f789a23ab0cc3 (diff)
build: Update Mac release package name.
Diffstat (limited to 'pkg/darwin')
-rw-r--r--pkg/darwin/module.defs10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkg/darwin/module.defs b/pkg/darwin/module.defs
index a80568587..30cb4a53d 100644
--- a/pkg/darwin/module.defs
+++ b/pkg/darwin/module.defs
@@ -1,10 +1,8 @@
-PKG.platname = osx
+PKG.gui.dmg = $(PKG.out/)$(HB.name)-$(HB.version).dmg
+PKG.cli.dmg = $(PKG.out/)$(HB.name)CLI-$(HB.version).dmg
-PKG.gui.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname).dmg
-PKG.cli.dmg = $(PKG.out/)$(HB.name)CLI-$(HB.version)-$(PKG.platname).dmg
-
-PKG.gui.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-$(PKG.platname).tmp.dmg
-PKG.cli.tmp.dmg = $(PKG.out/)$(HB.name)CLI-$(HB.version)-$(PKG.platname).tmp.dmg
+PKG.gui.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version).tmp.dmg
+PKG.cli.tmp.dmg = $(PKG.out/)$(HB.name)CLI-$(HB.version).tmp.dmg
STAGE.out.gui/ = $(STAGE.out/)gui/
STAGE.out.cli/ = $(STAGE.out/)cli/