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 480433c commit 79fc4ddCopy full SHA for 79fc4dd
dist-workspace.toml
@@ -10,7 +10,7 @@ ci = "github"
10
# The installers to generate for each app
11
installers = ["shell", "powershell", "npm", "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
# A namespace to use when publishing this package to the npm registry
15
npm-scope = "@pomsky-lang"
16
# Path that installers should place binaries in
0 commit comments