diff --git a/dist-workspace.toml b/dist-workspace.toml index 6c85944..bc512d1 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -10,6 +10,8 @@ ci = "github" # The installers to generate for each app 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-pc-windows-msvc"] +targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"] # Which actions to run on pull requests pr-run-mode = "plan" +# Whether to consider the binaries in a package for distribution (defaults true) +dist = true