Skip to content

Commit 70d9c90

Browse files
zaniebMichaReiser
authored andcommitted
Use XDG (i.e. ~/.local/bin) instead of the Cargo home directory in the installer (#14457)
Closes #13927
1 parent adfa723 commit 70d9c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,4 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
303303
# Whether to install an updater program
304304
install-updater = false
305305
# Path that installers should place binaries in
306-
install-path = "CARGO_HOME"
306+
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]

0 commit comments

Comments
 (0)