mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #143] Can the release zip not contain directories? #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @briandipalma on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/143
The easiest way to install dust with Ansible is using unarchive and unzipping to a PATH directory.
Unfortunately the zip contains a directory instead of the dust executable at the top level of the zip. Could the release zips be flattened in future releases?
@briandipalma commented on GitHub (May 18, 2021):
For anyone else who has this issue this is what I did to get just the executable
@bootandy commented on GitHub (Jun 8, 2021):
I'll look at changing the packaging when i release 0.6
@bootandy commented on GitHub (Jun 23, 2021):
I checked what burntsushi does - and his packages are inside a directory: https://github.com/BurntSushi/ripgrep/releases
I consider him to be the standard for rust packages so I want to keep packages inside a directory.
@briandipalma commented on GitHub (Jun 23, 2021):
I see, fair enough, I use his .deb package so I haven't had an issue with this.
@bootandy commented on GitHub (Jun 23, 2021):
If you want to help me make a deb package I'd accept a pull request, I haven't tried creating that myself.