From 36a4dfa5063db16b7a73bfe3b2912e17069e5a6a Mon Sep 17 00:00:00 2001 From: Alex Ozer Date: Tue, 10 Sep 2024 16:20:50 -0400 Subject: [PATCH] Disable Windows build --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66c7067..e678279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,12 +26,7 @@ ci = "github" # The installers to generate for each app 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", - "x86_64-pc-windows-msvc", -] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"] # Path that installers should place binaries in install-path = "CARGO_HOME" # Whether to install an updater program