We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc31fe commit 0f5b328Copy full SHA for 0f5b328
Cargo.toml
@@ -44,7 +44,7 @@ installers = ["shell", "powershell", "npm", "homebrew", "msi"]
44
# A GitHub repo to push Homebrew formulas to
45
tap = "polytope-labs/hyperbridge"
46
# Target platforms to build apps for (Rust target-triple syntax)
47
-targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
+targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin"]
48
# The archive format to use for windows builds (defaults .zip)
49
windows-archive = ".tar.gz"
50
# The archive format to use for non-windows builds (defaults .tar.xz)
0 commit comments