diff --git a/dist-workspace.toml b/dist-workspace.toml index 85d3f3cc..73a50f54 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -12,7 +12,14 @@ installers = ["shell", "powershell", "npm", "homebrew", "msi"] # A GitHub repo to push Homebrew formulas to tap = "NikitaRevenco/homebrew-tap" # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"] +targets = [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-linux-musl", + "x86_64-pc-windows-msvc", +] # A namespace to use when publishing this package to the npm registry npm-scope = "@nikitarevenco" # Path that installers should place binaries in