Skip to content

Commit c36d166

Browse files
committed
trying the updater script and custom install path
1 parent 5e03bc1 commit c36d166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist-workspace.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ installers = ["shell"]
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-musl"]
1414
# Path that installers should place binaries in
15-
install-path = "CARGO_HOME"
15+
install-path = "~/.svix/bin"
1616
# Whether to install an updater program
17-
install-updater = false
17+
install-updater = true
1818
# Whether dist should create a Github Release or use an existing draft
1919
create-release = true

0 commit comments

Comments
 (0)