diff --git a/Cargo.toml b/Cargo.toml index feffd27b..8a527ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ cargo-dist-version = "0.4.3" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = ["shell", "powershell", "homebrew", "msi"] +installers = ["shell", "homebrew", "msi"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI