diff --git a/Cargo.toml b/Cargo.toml index fb06e4c..80e9a8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,4 +47,9 @@ ci = ["github"] # The installers to generate for each app installers = [] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"] +targets = [ + "x86_64-unknown-linux-gnu", + "x86_64-apple-darwin", + # "x86_64-pc-windows-msvc", + "aarch64-apple-darwin" +]