mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
Fix dist again
This commit is contained in:
parent
b6819c2595
commit
700a1a3175
@ -55,9 +55,9 @@ fn dist_server() -> Result<()> {
|
||||
let (src, dst) = if cfg!(target_os = "linux") {
|
||||
("./target/x86_64-unknown-linux-musl/release/rust-analyzer", "./dist/rust-analyzer-linux")
|
||||
} else if cfg!(target_os = "windows") {
|
||||
("/target/release/rust-analyzer.exe", "./dist/rust-analyzer-windows.exe")
|
||||
("./target/release/rust-analyzer.exe", "./dist/rust-analyzer-windows.exe")
|
||||
} else if cfg!(target_os = "macos") {
|
||||
("/target/release/rust-analyzer", "./dist/rust-analyzer-mac")
|
||||
("./target/release/rust-analyzer", "./dist/rust-analyzer-mac")
|
||||
} else {
|
||||
panic!("Unsupported OS")
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user