File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ cargo-dist-version = "0.14.1"
100
100
# CI backends to support
101
101
ci = " github"
102
102
# The installers to generate for each app
103
- installers = [" shell" , " powershell" , " homebrew" ]
103
+ installers = [" shell" , " powershell" , " npm " , " homebrew" ]
104
104
# A GitHub repo to push Homebrew formulas to
105
105
tap = " txpipe/homebrew-tap"
106
106
# Target platforms to build apps for (Rust target-triple syntax)
@@ -119,6 +119,12 @@ pr-run-mode = "plan"
119
119
install-updater = false
120
120
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
121
121
rust-toolchain-version = " 1.78.0"
122
+ # The archive format to use for windows builds (defaults .zip)
123
+ windows-archive = " .tar.gz"
124
+ # The archive format to use for non-windows builds (defaults .tar.xz)
125
+ unix-archive = " .tar.gz"
126
+ # A namespace to use when publishing this package to the npm registry
127
+ npm-scope = " @txpipe"
122
128
123
129
[workspace .metadata .release ]
124
130
push = false
You can’t perform that action at this time.
0 commit comments