mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-21 04:33:51 +00:00
Move the music folder out of root and into the platforms media folder
This commit is contained in:
parent
f33b571e9e
commit
0fc81f0fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ endforeach()
|
|||
# ---
|
||||
include("${CMAKE_SOURCE_DIR}/cmake/CopyAssets.cmake")
|
||||
set(ASSET_FOLDER_PAIRS
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/music" "music"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Music" "${PLATFORM_NAME}Media/Music"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Common/Media" "Common/Media"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Common/res" "Common/res"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/${PLATFORM_NAME}Media" "${PLATFORM_NAME}Media"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue