1 parent 45c0e35 commit 71b5615Copy full SHA for 71b5615
1 file changed
Cargo.toml
@@ -31,7 +31,7 @@ targets = [
31
"aarch64-apple-darwin",
32
"x86_64-pc-windows-msvc",
33
]
34
-install-path = "CARGO_HOME"
+install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
35
36
# The profile that 'dist' will build with
37
[profile.dist]
0 commit comments