mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Install Upgrade scripts
--HG-- branch : develop
This commit is contained in:
parent
abde821537
commit
cb92380966
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