From 970aeb6dc1250fc9f46810d1fba7aeebc0f196f1 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Sun, 6 Oct 2024 01:58:34 -0400 Subject: [PATCH] chore: add Binstall configuration for the multibinary --- multibinary/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/multibinary/Cargo.toml b/multibinary/Cargo.toml index 335cea2..4d9c025 100644 --- a/multibinary/Cargo.toml +++ b/multibinary/Cargo.toml @@ -9,6 +9,9 @@ authors = { workspace = true } license = { workspace = true } repository = { workspace = true } +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" + [features] default = ["cli-clap", "gui-eframe", "tui-ratatui", "tracing"]