Skip to content
Snippets Groups Projects
Commit 2de91f11 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds

parent 50621ffe
Loading
......@@ -13,6 +13,7 @@ cache/
textures/
sounds/
mods/
!mods/mesetint/mods_here.txt
worlds/
world/
......
......@@ -90,6 +90,9 @@ if(BUILD_CLIENT)
#install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/sounds/base/pack" DESTINATION "${SHAREDIR}/sounds/base")
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/textures/base/pack" DESTINATION "${SHAREDIR}/textures/base")
endif()
if(RUN_IN_PLACE)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/mods/mesetint/mods_here.txt" DESTINATION "${SHAREDIR}/mods/mesetint")
endif()
install(FILES "README.txt" DESTINATION "${DOCDIR}")
install(FILES "minetest.conf.example" DESTINATION "${EXAMPLE_CONF_DIR}")
......
You can install Minetest/MeseTint mods by copying (and extracting) them into this folder.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment