We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89b202 commit 4f7c113Copy full SHA for 4f7c113
1 file changed
dist-workspace.toml
@@ -10,6 +10,6 @@ ci = "github"
10
# The installers to generate for each app
11
installers = ["shell", "powershell", "msi"]
12
# Target platforms to build apps for (Rust target-triple syntax)
13
-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"]
14
# Path that installers should place binaries in
15
install-path = "CARGO_HOME"
0 commit comments