Skip to content

Commit d4361d5

Browse files
Add powershell installer for Windows release (#105)
1 parent a45d532 commit d4361d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cargo-dist-version = "0.30.3"
88
# CI backends to support
99
ci = "github"
1010
# The installers to generate for each app
11-
installers = ["shell"]
11+
installers = ["shell", "powershell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
1313
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"]
1414
# Path that installers should place binaries in

0 commit comments

Comments
 (0)