diff --git a/bucket/neovim-nightly.json b/bucket/neovim-nightly.json deleted file mode 100644 index 5cc8c515c0..0000000000 --- a/bucket/neovim-nightly.json +++ /dev/null @@ -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" - ] - ] -} diff --git a/bucket/neovim.json b/bucket/neovim.json index e721f55841..dbcb450c10 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -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" } }