Prepare .desktop file for more systems

This brings condition for .desktop file preparation in sync with
condition for its installation.
pull/16/head
Dmitry Marakasov 11 years ago
parent 1a43d86d9e
commit f994b7d227

@ -297,7 +297,7 @@ configure_file(${OpenMW_SOURCE_DIR}/files/openmw.cfg
"${OpenMW_BINARY_DIR}/openmw.cfg.install")
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
if (NOT WIN32 AND NOT APPLE)
configure_file(${OpenMW_SOURCE_DIR}/files/openmw.desktop
"${OpenMW_BINARY_DIR}/openmw.desktop")
endif()

Loading…
Cancel
Save