From c83421a2b5685bd9a53173c982624e292096e4c2 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 31 Jul 2016 12:34:35 +0000 Subject: [PATCH] Win32: unbreak window icon. --- res/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt index e30b6ab..3a2552a 100644 --- a/res/CMakeLists.txt +++ b/res/CMakeLists.txt @@ -111,7 +111,7 @@ endfunction() # Second, register all resources. if(WIN32) - add_resource(win32/icon.ico APP_ICON ICON) + add_resource(win32/icon.ico 4000 ICON) add_resource(win32/manifest.xml APP_MANIFEST RT_MANIFEST) elseif(APPLE) add_iconset (cocoa/AppIcon.iconset)