mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 12:01:51 +00:00
Add icon to windows executable.
This commit is contained in:
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
|
||||
|
BIN
files/windows/openmw-wizard.ico
Normal file
BIN
files/windows/openmw-wizard.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
1
files/windows/openmw-wizard.rc
Normal file
1
files/windows/openmw-wizard.rc
Normal file
@ -0,0 +1 @@
|
||||
IDI_ICON1 ICON DISCARDABLE "openmw-wizard.ico"
|
Loading…
Reference in New Issue
Block a user