mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
10 lines
147 B
Text
10 lines
147 B
Text
|
#define IDI_ICON 0x101
|
||
|
|
||
|
IDI_ICON ICON "alacritty.ico"
|
||
|
|
||
|
#define RT_MANIFEST 24
|
||
|
#define APP_MANIFEST 1
|
||
|
|
||
|
APP_MANIFEST RT_MANIFEST alacritty.manifest
|
||
|
|