summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2019-11-10 01:38:36 -0500
committerFranklin Wei <franklin@rockbox.org>2019-11-10 19:56:50 -0500
commitb2fb095ab57bd53a478753f3606e7713a1ea44b0 (patch)
tree2352f33a26aa26adf3927e7f9b0c12cd8dd4911e
parenta8be52c62aa2a21d1eceaf55586c53b39f508410 (diff)
downloadrockbox-b2fb095ab57bd53a478753f3606e7713a1ea44b0.tar.gz
rockbox-b2fb095ab57bd53a478753f3606e7713a1ea44b0.zip
rbutil: include nwztools source in release tarball
Change-Id: Ic6d998441fb532a914eea2838fdc0d196f930bb2
-rwxr-xr-xutils/common/deploy-rbutil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py
index 6db45eec4c..5085f18efb 100755
--- a/utils/common/deploy-rbutil.py
+++ b/utils/common/deploy-rbutil.py
@@ -26,6 +26,7 @@ deploy.svnpaths = \
26 "tools/ucl", 26 "tools/ucl",
27 "tools/rbspeex", 27 "tools/rbspeex",
28 "utils/imxtools", 28 "utils/imxtools",
29 "utils/nwztools",
29 "lib/rbcodec/codecs/libspeex", 30 "lib/rbcodec/codecs/libspeex",
30 "docs/COPYING", 31 "docs/COPYING",
31 "docs/gpl-2.0.html", 32 "docs/gpl-2.0.html",