always generate new assets when building the binary bundle

This commit is contained in:
Mike Arpaia 2017-11-22 13:19:13 -07:00
parent 2389e13d80
commit 63d60d5f6a
No known key found for this signature in database
GPG key ID: 257B170C423DE4A0

View file

@ -200,7 +200,7 @@ demo-restore:
-h ${MYSQL_PORT_3306_TCP_ADDR} kolide \
< ./tools/app/demo.sql
binary-bundle:
binary-bundle: generate
rm -rf build/binary-bundle
mkdir -p build/binary-bundle/linux
mkdir -p build/binary-bundle/darwin