mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 07:06:59 +03:00
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
// This ID is coupled with code in window/src/os/windows/window.rs
|
|
#define IDI_ICON 0x101
|
|
IDI_ICON ICON "terminal.ico"
|
|
#define RT_MANIFEST 24
|
|
#define APP_MANIFEST 1
|
|
APP_MANIFEST RT_MANIFEST manifest.manifest
|