From 48a4e45838f40db0e46b5c65941cd5c5add1aa70 Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Fri, 20 Dec 2024 22:39:14 +0100 Subject: [PATCH] Disable windows support --- dist-workspace.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 2f6ce74..efb4ad1 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -9,9 +9,9 @@ cargo-dist-version = "0.26.1" # CI backends to support ci = "github" # The installers to generate for each app -installers = ["shell", "powershell"] +installers = ["shell"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] # Path that installers should place binaries in install-path = "CARGO_HOME" # Publish jobs to run in CI