From f563c4678e2a278b67ae059f30f2c13e77b0d9dd Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:50:16 +0300 Subject: [PATCH] Only hash markdown files --- cmake/GeodeFile.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmake/GeodeFile.cmake b/cmake/GeodeFile.cmake index f44b7d263..8f1a8ddd7 100644 --- a/cmake/GeodeFile.cmake +++ b/cmake/GeodeFile.cmake @@ -294,9 +294,10 @@ function(package_geode_resources_now proname src dest header_dest) # "LOADER_RESOURCE_FILES {\n" ) - list(APPEND HASHED_EXTENSIONS ".png") - list(APPEND HASHED_EXTENSIONS ".mp3") - list(APPEND HASHED_EXTENSIONS ".ogg") + # yeah don't think we need to check too many stuff + # list(APPEND HASHED_EXTENSIONS ".png") + # list(APPEND HASHED_EXTENSIONS ".mp3") + # list(APPEND HASHED_EXTENSIONS ".ogg") list(APPEND HASHED_EXTENSIONS ".md") foreach(file ${RESOURCE_FILES})