diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 6db07e9..c55226f 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -11,7 +11,7 @@ if(BUILD_NATIVE_COMPONENTS) target_link_libraries(launcher reborn-headers) # Install install(TARGETS launcher DESTINATION "${MCPI_INSTALL_DIR}") - install_symlink("../../${MCPI_INSTALL_DIR}/launcher" "bin/${MCPI_VARIANT_NAME}") + install_symlink("../${MCPI_INSTALL_DIR}/launcher" "bin/${MCPI_VARIANT_NAME}") if(NOT MCPI_SERVER_MODE) install(DIRECTORY "client-data/" DESTINATION ".") endif()