Skip to content

Commit

Permalink
build: remove extra installers
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Nov 21, 2024
1 parent 26ef02f commit 40864cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo-dist-version = "0.25.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell", "npm", "homebrew", "msi"]
installers = []
# 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-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Path that installers should place binaries in
Expand Down

0 comments on commit 40864cf

Please sign in to comment.