1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/assets/windows/resource.rc
Wez Furlong a56f37598c Embed icon into windows executable and titlebar
This also applies to X11 when using the glutin frontend
2019-03-24 19:08:07 -07:00

6 lines
141 B
Plaintext

#define IDI_ICON 0x101
IDI_ICON ICON "terminal.ico"
#define RT_MANIFEST 24
#define APP_MANIFEST 1
APP_MANIFEST RT_MANIFEST manifest.manifest