diff --git a/Cargo.toml b/Cargo.toml index a140b1a2..5b8b9b63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ ci = ["github"] # 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-unknown-linux-musl", "x86_64-pc-windows-msvc"] # The installers to generate for each app -installers = ["shell", "powershell", "npm", "msi"] +installers = ["shell", "powershell"] # Publish jobs to run in CI pr-run-mode = "plan" # The archive format to use for windows builds (defaults .zip)