summaryrefslogtreecommitdiffstats
path: root/extra/windows/windows.rc
diff options
context:
space:
mode:
Diffstat (limited to 'extra/windows/windows.rc')
-rw-r--r--extra/windows/windows.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/windows/windows.rc b/extra/windows/windows.rc
new file mode 100644
index 00000000..b265d4bc
--- /dev/null
+++ b/extra/windows/windows.rc
@@ -0,0 +1,9 @@
+#define IDI_ICON 0x101
+
+IDI_ICON ICON "alacritty.ico"
+
+#define RT_MANIFEST 24
+#define APP_MANIFEST 1
+
+APP_MANIFEST RT_MANIFEST alacritty.manifest
+