diff --git a/Cargo.toml b/Cargo.toml index 880665c..9a1c43b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ cargo-dist-version = "0.4.3" # CI backends to support ci = ["github"] # The installers to generate for each app -installers = ["shell", "powershell", "npm", "msi"] +installers = ["shell", "powershell", "npm"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # The archive format to use for windows builds (defaults .zip)