diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/windows_icon.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/windows_icon.rc b/runtime/windows_icon.rc new file mode 100644 index 0000000000..87b79e9ea7 --- /dev/null +++ b/runtime/windows_icon.rc @@ -0,0 +1,4 @@ +// 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" |