Add icon to windows executable.

loadfix
cc9cii 10 years ago
parent c9e7a41e1a
commit 69134e3ac2

@ -25,6 +25,10 @@ set(WIZARD
utils/componentlistwidget.cpp
)
if(WIN32)
list(APPEND WIZARD ${CMAKE_SOURCE_DIR}/files/windows/openmw-wizard.rc)
endif()
set(WIZARD_HEADER
componentselectionpage.hpp
conclusionpage.hpp

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "openmw-wizard.ico"
Loading…
Cancel
Save