Skip to content

Commit 7f687f9

Browse files
committed
rm msi support
1 parent 7da527e commit 7f687f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cargo-dist-version = "0.4.3"
4141
# CI backends to support
4242
ci = ["github"]
4343
# The installers to generate for each app
44-
installers = ["shell", "powershell", "npm", "msi"]
44+
installers = ["shell", "powershell", "npm"]
4545
# Target platforms to build apps for (Rust target-triple syntax)
4646
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
4747
# The archive format to use for windows builds (defaults .zip)

0 commit comments

Comments
 (0)