mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Add more to possible_dirs
(#441)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
f482e362ba
commit
34df6176fe
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ pub fn infer_bin_dir_template(data: &Data) -> Cow<'static, str> {
|
|||
format!("{name}-{version}-{target}"),
|
||||
format!("{name}-v{version}-{target}"),
|
||||
format!("{name}-{target}"),
|
||||
// Ignore the following when updating hosting::{FULL_FILENAMES, NOVERSION_FILENAMES}
|
||||
format!("{name}-{version}"),
|
||||
format!("{name}-v{version}"),
|
||||
name.to_string(),
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue