summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-04 22:49:56 -0400
committerKali Kaneko <kali@leap.se>2016-04-06 17:30:25 -0400
commitc35d9f6338300dcf6f1688ee2df9475dd14b8c94 (patch)
tree5e48490fbf10de3fcc3abb9e7784b59fee190c43 /Makefile
parentb4dde3d5112c95574f85f62daf0c2c75db391f52 (diff)
[pkg] move the pyinstaller bundle to a child folder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fea03951..6a8fbecb 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,10 @@ PYLUP = pyside-lupdate
LRELE = lrelease
# pyinst dist dir
+
DIST = dist/bitmask/
+NEXT_VERSION = $(shell cat pkg/next-version)
+DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/
#################################