From ab201d003e793a7f11d10d15326a06899538a0b9 Mon Sep 17 00:00:00 2001 From: hgrsd Date: Tue, 30 Apr 2024 21:37:19 +0100 Subject: [PATCH] include shell installer --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7baa232..6ac8c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,10 @@ cargo-dist-version = "0.13.3" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = [] +installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] # Publish jobs to run in CI pr-run-mode = "plan" +# Whether to install an updater program +install-updater = false