mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
neovim: Use 'extract_dir' and migrate nightly version (#192)
This commit is contained in:
parent
26c8e275d2
commit
48bb758000
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
@ -16,16 +16,14 @@
|
||||
"hash": "c4cfe890c4c92a4a56716933775f20d819cfcd94e1575000b9a98be3713fff91"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2015"
|
||||
},
|
||||
"extract_dir": "Neovim",
|
||||
"bin": [
|
||||
"Neovim\\bin\\nvim.exe",
|
||||
"Neovim\\bin\\nvim-qt.exe"
|
||||
"bin\\nvim.exe",
|
||||
"bin\\nvim-qt.exe"
|
||||
],
|
||||
"shortcuts": [
|
||||
[
|
||||
"Neovim\\bin\\nvim-qt.exe",
|
||||
"bin\\nvim-qt.exe",
|
||||
"Neovim"
|
||||
]
|
||||
],
|
||||
@ -41,5 +39,8 @@
|
||||
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip"
|
||||
}
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2015"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user