Skip to content
Commit 8047b47f authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

Cleanup binary archive creation

We used to create an archive targeting the `.` directory. This led to
have all the files in the archive have a path such as `./bin/echo`.

This commit switches to use `*`, which however does not catch dotfiles.

The commit also enables verbose creation of the archive.
parent 5382c70a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment