Skip to content

Commit

Permalink
Only hash markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Oct 4, 2023
1 parent a985d5a commit f563c46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmake/GeodeFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit f563c46

Please sign in to comment.