Skip to content

Commit 3397941

Browse files
committed
release: 1.0.0
1 parent 2a451a0 commit 3397941

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dist-workspace.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ installers = ["shell", "powershell", "npm", "homebrew", "msi"]
1212
# A GitHub repo to push Homebrew formulas to
1313
tap = "NikitaRevenco/homebrew-tap"
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
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"]
15+
targets = [
16+
"aarch64-apple-darwin",
17+
"aarch64-unknown-linux-gnu",
18+
"x86_64-apple-darwin",
19+
"x86_64-unknown-linux-gnu",
20+
"x86_64-unknown-linux-musl",
21+
"x86_64-pc-windows-msvc",
22+
]
1623
# A namespace to use when publishing this package to the npm registry
1724
npm-scope = "@nikitarevenco"
1825
# Path that installers should place binaries in

0 commit comments

Comments
 (0)