mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Install Upgrade scripts
This commit is contained in:
parent
042b9a4742
commit
6ea0d5f9a0
1 changed files with 9 additions and 0 deletions
|
@ -10,4 +10,13 @@ IF(WITH_RYZOM_CLIENT)
|
|||
ENDIF()
|
||||
|
||||
INSTALL(FILES client_default.cfg DESTINATION ${RYZOM_ETC_PREFIX})
|
||||
|
||||
IF(WITH_RYZOM_PATCH)
|
||||
IF(APPLE)
|
||||
INSTALL(FILES macosx/upgd_nl.sh DESTINATION ${RYZOM_GAMES_PREFIX})
|
||||
ELSEIF(WIN32)
|
||||
INSTALL(FILES windows/upgd_nl.bat DESTINATION ${RYZOM_GAMES_PREFIX})
|
||||
ELSE()
|
||||
INSTALL(FILES unix/upgd_nl.sh DESTINATION ${RYZOM_GAMES_PREFIX})
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
|
Loading…
Reference in a new issue