Add icon to windows exe

deque
cc9cii 10 years ago
parent 628d57f18c
commit e0e561a105

@ -2,6 +2,8 @@
set(GAME
main.cpp
engine.cpp
${CMAKE_SOURCE_DIR}/files/openmw/openmw.rc
)
if (ANDROID)

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