Skip to content

Commit d26a450

Browse files
committed
chore(dist): specify correct user install path for binary installation
1 parent 56562b4 commit d26a450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ installers = ["shell"]
1717
# Target platforms to build apps for (Rust target-triple syntax)
1818
targets = ["x86_64-unknown-linux-gnu"]
1919
# Path that installers should place binaries in
20-
install-path = "CARGO_HOME"
20+
install-path = "${XDG_BIN_HOME:-$HOME/.local/bin}"
2121
# Whether to install an updater program
2222
install-updater = false

0 commit comments

Comments
 (0)