mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-24 13:39:02 -06:00
build: Do not install _schema.json files (#1095)
This commit is contained in:
@@ -405,7 +405,7 @@ function(downloadImHexPatternsFiles dest)
|
||||
if (EXISTS ${imhex_patterns_SOURCE_DIR})
|
||||
set(PATTERNS_FOLDERS_TO_INSTALL constants encodings includes patterns magic)
|
||||
foreach (FOLDER ${PATTERNS_FOLDERS_TO_INSTALL})
|
||||
install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION ${dest})
|
||||
install(DIRECTORY "${imhex_patterns_SOURCE_DIR}/${FOLDER}" DESTINATION ${dest} PATTERN "**/_schema.json" EXCLUDE)
|
||||
endforeach ()
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user