aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 9 deletions
diff --git a/extra/windows/windows.rc b/extra/windows/windows.rc
deleted file mode 100644
index b265d4bc..00000000
--- a/extra/windows/windows.rc
+++ /dev/null
@@ -1,9 +0,0 @@
-#define IDI_ICON 0x101
-
-IDI_ICON ICON "alacritty.ico"
-
-#define RT_MANIFEST 24
-#define APP_MANIFEST 1
-
-APP_MANIFEST RT_MANIFEST alacritty.manifest
-