diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-04 22:49:56 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-06 17:30:25 -0400 |
commit | c35d9f6338300dcf6f1688ee2df9475dd14b8c94 (patch) | |
tree | 5e48490fbf10de3fcc3abb9e7784b59fee190c43 /Makefile | |
parent | b4dde3d5112c95574f85f62daf0c2c75db391f52 (diff) |
[pkg] move the pyinstaller bundle to a child folder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)/ ################################# |