Skip to content

Commit

Permalink
Changed mod install directory from japro to eternaljk
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalcodes committed Jul 31, 2016
1 parent 260ea8a commit 6d93abe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion codemp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,6 @@ set(GameLibFullPaths)
ALL
DEPENDS ${AssetsPk3})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${AssetsPk3}
DESTINATION "${JKAInstallDir}/japro"
DESTINATION "${JKAInstallDir}/eternaljk"
COMPONENT ${JKAMPCoreComponent})
endif()
4 changes: 2 additions & 2 deletions codemp/cgame/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ endif()
if(MakeApplicationBundles AND BuildMPEngine)
install(TARGETS ${MPCGame}
LIBRARY
DESTINATION "${JKAInstallDir}/${MPEngine}.app/Contents/MacOS/japro"
DESTINATION "${JKAInstallDir}/${MPEngine}.app/Contents/MacOS/eternaljk"
COMPONENT ${JKAMPCoreComponent})
elseif(WIN32)
else()
install(TARGETS ${MPCGame}
LIBRARY
DESTINATION "${JKAInstallDir}/japro"
DESTINATION "${JKAInstallDir}/eternaljk"
COMPONENT ${JKAMPCoreComponent})
endif()

Expand Down
4 changes: 2 additions & 2 deletions codemp/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,13 @@ endif()
if(MakeApplicationBundles AND BuildMPEngine)
install(TARGETS ${MPGame}
LIBRARY
DESTINATION "${JKAInstallDir}/${MPEngine}.app/Contents/MacOS/japro"
DESTINATION "${JKAInstallDir}/${MPEngine}.app/Contents/MacOS/eternaljk"
COMPONENT ${JKAMPCoreComponent})
elseif(WIN32)
else()
install(TARGETS ${MPGame}
LIBRARY
DESTINATION "${JKAInstallDir}/japro"
DESTINATION "${JKAInstallDir}/eternaljk"
COMPONENT ${JKAMPCoreComponent})
endif()

Expand Down
4 changes: 2 additions & 2 deletions codemp/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ endif()
if(MakeApplicationBundles AND BuildMPEngine)
install(TARGETS ${MPUI}
LIBRARY
DESTINATION "${JKAInstallDir}/${MPEngine}.app/Contents/MacOS/japro"
DESTINATION "${JKAInstallDir}/${MPEngine}.app/Contents/MacOS/eternaljk"
COMPONENT ${JKAMPCoreComponent})
elseif(WIN32)
else()
install(TARGETS ${MPUI}
LIBRARY
DESTINATION "${JKAInstallDir}/japro"
DESTINATION "${JKAInstallDir}/eternaljk"
COMPONENT ${JKAMPCoreComponent})
endif()

Expand Down

0 comments on commit 6d93abe

Please sign in to comment.