commit af483742be408b56f6619af512052a02a14a2fe2
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Feb 23 08:11:43 2022 -0600
fix(build): Fix broken build.
The publish phase of the build relied on the unit tests putting drpcli
in a known location that no longer exists in the build sequence of
stages. Fix up package.sh to put a copy of drpcli in the appropriate
bin directory instead of merging it in later, and update package.sh to
use that drpcli to bundle things instead of the one the unit tests
use.
M tools/package.sh
M tools/publish.sh
End of Note