ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.58k stars 957 forks source link

neovim: Remove nvim-qt #5836

Closed shiena closed 4 months ago

shiena commented 4 months ago

Remove nvim-qt.exe from nvim-win64.zip from json as it has been removed. https://github.com/neovim/neovim/pull/23668

Closes #5835

github-actions[bot] commented 4 months ago

Your changes do not pass checks.

Invalid manifests

shiena commented 4 months ago

/verify

github-actions[bot] commented 4 months ago

All changes look good.

Wait for review from human collaborators.

neovim

Roundlay commented 4 months ago

Thanks. Removing the reference to nvim-qt.exe from neovim.json worked for me.

For anyone wondering, you can find neovim.json in ..\scoop\buckets\main\bucket.

Find the reference to nvim-qt.exe in the bin array and delete it.

"bin": [
  "nvim-qt.exe",
  "nvim.exe"
]