mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
Use tes3mp icon for executable, part 2
This commit is contained in:
parent
5385563972
commit
f93e382b8b
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ set(GAME
|
|||
main.cpp
|
||||
engine.cpp
|
||||
|
||||
${CMAKE_SOURCE_DIR}/files/windows/openmw.rc
|
||||
${CMAKE_SOURCE_DIR}/files/tes3mp/tes3mp.rc
|
||||
)
|
||||
|
||||
if (ANDROID)
|
||||
|
|
1
files/tes3mp/tes3mp.rc
Normal file
1
files/tes3mp/tes3mp.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_ICON1 ICON DISCARDABLE "tes3mp.ico"
|
Loading…
Reference in a new issue