updates: include updatectl in update tools zip

This commit is contained in:
Michael Marineau 2014-06-30 15:40:42 -07:00
parent 4c5dca9c20
commit 27e00285d5

View File

@ -29,6 +29,7 @@ STATIC_FILES = ['%s/version.txt' % REPO_MANIFESTS_DIR,
] ]
DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator', DYNAMIC_EXECUTABLES = ['/usr/bin/delta_generator',
'/usr/bin/updatectl',
'/usr/bin/bsdiff', '/usr/bin/bsdiff',
'/usr/bin/bspatch'] '/usr/bin/bspatch']