Skip to content

Commit

Permalink
Change URL of veryl-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Feb 28, 2024
1 parent 1b60a35 commit 8e1ae69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/install-veryl-ls.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
curl -L -o veryl-x86_64-windows.zip "https://github.com/dalance/veryl/releases/latest/download/veryl-x86_64-windows.zip"
curl -L -o veryl-x86_64-windows.zip "https://github.com/veryl-lang/veryl/releases/latest/download/veryl-x86_64-windows.zip"
call "%~dp0\run_unzip.cmd" veryl-x86_64-windows.zip
del veryl.exe
del veryl-x86_64-windows.zip
2 changes: 1 addition & 1 deletion installer/install-veryl-ls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ darwin)
;;
esac

curl -L -o veryl-x86_64-$os.zip "https://github.com/dalance/veryl/releases/latest/download/veryl-x86_64-$os.zip"
curl -L -o veryl-x86_64-$os.zip "https://github.com/veryl-lang/veryl/releases/latest/download/veryl-x86_64-$os.zip"
unzip veryl-x86_64-$os.zip
rm veryl
rm veryl-x86_64-$os.zip
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@
"veryl": [
{
"command": "veryl-ls",
"url": "https://github.com/dalance/veryl",
"url": "https://github.com/veryl-lang/veryl",
"description": "Veryl language server",
"requires": []
}
Expand Down

0 comments on commit 8e1ae69

Please sign in to comment.