mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-05 22:49:41 +00:00
Added missing resource file
This commit is contained in:
parent
d481222d92
commit
94f3bc115f
2 changed files with 4 additions and 2 deletions
|
@ -340,10 +340,12 @@ if (WIN32)
|
|||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.win32
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg" COPYONLY)
|
||||
endif (WIN32)
|
||||
if (LINUX)
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.linux
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg")
|
||||
endif (LINUX)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.mac
|
||||
"${APP_BUNDLE_DIR}/Contents/MacOS/plugins.cfg")
|
||||
|
|
BIN
apps/launcher/resources/openmw-icon.png
Normal file
BIN
apps/launcher/resources/openmw-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Loading…
Reference in a new issue