diff options
author | Franklin Wei <franklin@rockbox.org> | 2019-11-10 01:38:36 -0500 |
---|---|---|
committer | Franklin Wei <franklin@rockbox.org> | 2019-11-10 19:56:50 -0500 |
commit | b2fb095ab57bd53a478753f3606e7713a1ea44b0 (patch) | |
tree | 2352f33a26aa26adf3927e7f9b0c12cd8dd4911e | |
parent | a8be52c62aa2a21d1eceaf55586c53b39f508410 (diff) | |
download | rockbox-b2fb095.tar.gz rockbox-b2fb095.zip |
rbutil: include nwztools source in release tarball
Change-Id: Ic6d998441fb532a914eea2838fdc0d196f930bb2
-rwxr-xr-x | utils/common/deploy-rbutil.py | 1 |
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 = \ "tools/ucl", "tools/rbspeex", "utils/imxtools", + "utils/nwztools", "lib/rbcodec/codecs/libspeex", "docs/COPYING", "docs/gpl-2.0.html", |