Removal of the files previouly exposed in resources

Removal of the files previouly exposed in resources for the serverless tutorial.
Since it doesn't work, and an external storage will be used, these folders no more require to be exposed.
This commit is contained in:
Alezia Kurdis 2022-03-25 21:37:49 -04:00 committed by GitHub
parent a4c341c293
commit 7194e1e78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,12 +394,6 @@ else()
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
"${PROJECT_SOURCE_DIR}/resources/serverless/redirect.json"
"${RESOURCES_DEV_DIR}/serverless/redirect.json"
COMMAND "${CMAKE_COMMAND}" -E copy_directory
"${PROJECT_SOURCE_DIR}/resources/serverless/Fonts"
"${RESOURCES_DEV_DIR}/serverless/Fonts"
COMMAND "${CMAKE_COMMAND}" -E copy_directory
"${PROJECT_SOURCE_DIR}/resources/serverless/Scripts"
"${RESOURCES_DEV_DIR}/serverless/Scripts"
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
"${RESOURCES_RCC}"
"${INTERFACE_EXEC_DIR}/resources.rcc"