lua-language-server: Fix autoupdate

This commit is contained in:
Rashil Gandhi 2023-03-12 10:42:03 +05:30 committed by GitHub
parent fd8554db8b
commit 3aeb857c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@
"persist": "log",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sumneko/lua-language-server/releases/download/$version/lua-language-server-$version-win32-x64.zip"
},
@ -25,3 +26,4 @@
}
}
}
}