From 10b798580dab772047c48a768b20ba3c47d71dcd Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Sun, 6 Oct 2024 00:13:21 -0400 Subject: [PATCH] chore: specify the correct download URLs for Binstall to work correctly --- cli-clap/Cargo.toml | 3 +++ gui-eframe/Cargo.toml | 3 +++ tui-ratatui/Cargo.toml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/cli-clap/Cargo.toml b/cli-clap/Cargo.toml index de310c7..05b37e1 100644 --- a/cli-clap/Cargo.toml +++ b/cli-clap/Cargo.toml @@ -16,3 +16,6 @@ tracing = ["dep:tracing"] [dependencies] clap = { workspace = true, features = ["derive", "env"] } tracing = { workspace = true, optional = true } + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" diff --git a/gui-eframe/Cargo.toml b/gui-eframe/Cargo.toml index 4bcc8ae..c0fc030 100644 --- a/gui-eframe/Cargo.toml +++ b/gui-eframe/Cargo.toml @@ -15,3 +15,6 @@ tracing = ["dep:tracing"] [dependencies] tracing = { workspace = true, optional = true } + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" diff --git a/tui-ratatui/Cargo.toml b/tui-ratatui/Cargo.toml index f518ce0..dd31461 100644 --- a/tui-ratatui/Cargo.toml +++ b/tui-ratatui/Cargo.toml @@ -15,3 +15,6 @@ tracing = ["dep:tracing"] [dependencies] tracing = { workspace = true, optional = true } + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"