forked from teamnwah/openmw-tes3coop
Prepare .desktop file for more systems
This brings condition for .desktop file preparation in sync with condition for its installation.
This commit is contained in:
parent
1a43d86d9e
commit
f994b7d227
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue