mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
always generate new assets when building the binary bundle
This commit is contained in:
parent
2389e13d80
commit
63d60d5f6a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue