mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-22 12:14:21 +01:00
Fix installer for fsautocomplete
This commit is contained in:
committed by
mattn
parent
bf60b38153
commit
3ff342642a
@@ -1,8 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
setlocal
|
setlocal
|
||||||
set VERSION=3.1.1
|
set VERSION=6.0.4
|
||||||
set HASH=d9768135-4646-4839-9eea-b404bb940452/8275e4320514bab636b1627c62906ef9
|
set HASH=3feaabc7-1786-4012-8e00-d664f00581e9/8d9b529256502637663ddd4048de04dc
|
||||||
curl -L -o dotnet-runtime-%VERSION%-win-x64.zip "https://download.visualstudio.microsoft.com/download/pr/%HASH%/dotnet-runtime-%VERSION%-win-x64.zip"
|
curl -L -o dotnet-runtime-%VERSION%-win-x64.zip "https://download.visualstudio.microsoft.com/download/pr/%HASH%/dotnet-runtime-%VERSION%-win-x64.zip"
|
||||||
call "%~dp0\run_unzip.cmd" dotnet-runtime-%VERSION%-win-x64.zip
|
call "%~dp0\run_unzip.cmd" dotnet-runtime-%VERSION%-win-x64.zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user