Skip to content

Commit 20b8712

Browse files
ansanlomsmattn
authored andcommitted
fix: Change rust-analyzer binary download URL for Windows.
1 parent 496fbb2 commit 20b8712

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

installer/install-rust-analyzer.cmd

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@echo off
22

33
setlocal
4-
curl -L -o "rust-analyzer-windows.gz" "https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-pc-windows-msvc.gz"
5-
call "%~dp0\run_gzip.cmd" rust-analyzer-windows.gz
6-
7-
move rust-analyzer-windows rust-analyzer.exe
4+
curl -L -o "rust-analyzer-windows.zip" "https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-pc-windows-msvc.zip"
5+
call "%~dp0\run_unzip.cmd" rust-analyzer-windows.zip
6+
del rust-analyzer-windows.zip rust_analyzer.pdb

0 commit comments

Comments
 (0)