Skip to content

Commit bedf791

Browse files
committed
feat: add installer updater
1 parent 83bcf3f commit bedf791

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dist-workspace.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell", "powershell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
13+
targets = [
14+
"aarch64-apple-darwin",
15+
"aarch64-unknown-linux-gnu",
16+
"x86_64-apple-darwin",
17+
"x86_64-unknown-linux-gnu",
18+
"x86_64-pc-windows-msvc",
19+
]
1420
# Path that installers should place binaries in
1521
install-path = "CARGO_HOME"
1622
# Whether to install an updater program
17-
install-updater = false
23+
install-updater = true

0 commit comments

Comments
 (0)