neovim: Use 'extract_dir' and migrate nightly version (#192)

This commit is contained in:
Hsiao-nan Cheung 2019-06-29 09:56:09 +08:00 committed by Chawye Hsu
parent 26c8e275d2
commit 48bb758000
2 changed files with 7 additions and 36 deletions

View File

@ -1,30 +0,0 @@
{
"homepage": "https://neovim.io/",
"description": "Run the latest master biuld of neovim",
"version": "nightly",
"license": {
"identifier": "Apache-2.0,MIT,Vim,Freeware(Node.js)",
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip"
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
},
"bin": [
"Neovim\\bin\\nvim.exe",
"Neovim\\bin\\nvim-qt.exe"
],
"shortcuts": [
[
"Neovim\\bin\\nvim-qt.exe",
"Neovim"
]
]
}

View File

@ -16,16 +16,14 @@
"hash": "c4cfe890c4c92a4a56716933775f20d819cfcd94e1575000b9a98be3713fff91" "hash": "c4cfe890c4c92a4a56716933775f20d819cfcd94e1575000b9a98be3713fff91"
} }
}, },
"suggest": { "extract_dir": "Neovim",
"vcredist": "extras/vcredist2015"
},
"bin": [ "bin": [
"Neovim\\bin\\nvim.exe", "bin\\nvim.exe",
"Neovim\\bin\\nvim-qt.exe" "bin\\nvim-qt.exe"
], ],
"shortcuts": [ "shortcuts": [
[ [
"Neovim\\bin\\nvim-qt.exe", "bin\\nvim-qt.exe",
"Neovim" "Neovim"
] ]
], ],
@ -41,5 +39,8 @@
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip" "url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip"
} }
} }
},
"suggest": {
"vcredist": "extras/vcredist2015"
} }
} }