Win32: unbreak window icon.

pull/33/head
whitequark 2016-07-31 12:34:35 +00:00
parent d0e32849b2
commit c83421a2b5
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ endfunction()
# Second, register all resources. # Second, register all resources.
if(WIN32) 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) add_resource(win32/manifest.xml APP_MANIFEST RT_MANIFEST)
elseif(APPLE) elseif(APPLE)
add_iconset (cocoa/AppIcon.iconset) add_iconset (cocoa/AppIcon.iconset)