aboutsummaryrefslogtreecommitdiffstats
path: root/release/rtool.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-18 11:25:29 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-18 11:25:29 +0100
commitf42af9061220ec0373e94e96b69434575f60281d (patch)
treea8c1754bc961844b076d2b77d16fe6f54a7c8cb6 /release/rtool.py
parent887ecf88967fe6caf8f8d5443e49b6bfcfbfcd0d (diff)
downloadmitmproxy-f42af9061220ec0373e94e96b69434575f60281d.tar.gz
mitmproxy-f42af9061220ec0373e94e96b69434575f60281d.tar.bz2
mitmproxy-f42af9061220ec0373e94e96b69434575f60281d.zip
move bin into release, update rtool
Diffstat (limited to 'release/rtool.py')
-rw-r--r--release/rtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/rtool.py b/release/rtool.py
index 936e64c8..2ebb3a1c 100644
--- a/release/rtool.py
+++ b/release/rtool.py
@@ -242,7 +242,7 @@ def bdist(ctx, use_existing_wheels, pyinstaller_version):
if conf["tools"]:
with Archive(join(DIST_DIR, archive_name(p))) as archive:
for tool in conf["tools"]:
- spec = join(RELEASE_DIR, "%s.spec" % tool)
+ spec = join(RELEASE_DIR, "specs/%s.spec" % tool)
print("Building %s binary..." % tool)
subprocess.check_call(
[