mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-02 08:09:57 -04:00
Only hash markdown files
This commit is contained in:
parent
a985d5a8c5
commit
f563c4678e
1 changed files with 4 additions and 3 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue