Merge branch 'cmake-no-patch-pk3' into 'master'

Remove patch.pk3 from cmake

See merge request STJr/SRB2!516
This commit is contained in:
James R 2019-12-07 17:26:35 -05:00
commit 7167e59b83
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ set(SRB2_ASSET_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/installer"
set(SRB2_ASSET_HASHED
"srb2.pk3;\
player.dta;\
zones.pk3;\
patch.pk3"
zones.pk3"
CACHE STRING "Asset filenames to apply MD5 checks. No spaces between entries!"
)