mirror of
https://github.com/neovim/neovim.git
synced 2026-06-18 01:31:14 +00:00
Problem: on windows, the neovim executable (and thus the filetypes
associated to open with neovim) has no embedded icon
Solution: create a windows resource file pointing to the icon, and
add it to the nvim binary target
(cherry picked from commit cb84cd5d9f)
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
// NOTE: this resource file *must* be in the same folder as the icon.
|
|
// Otherwise, absolute paths would need to be used.
|
|
// see https://learn.microsoft.com/en-us/windows/win32/menurc/icon-resource
|
|
NEOVIM_ICON ICON "neovim.ico"
|