Remove patch.pk3 from cmake

This commit is contained in:
Tasos Sahanidis 2019-12-07 20:31:40 +02:00
parent 69c08f93bb
commit 9c5e558117
No known key found for this signature in database
GPG Key ID: 01A1DCBA22E005C4
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!"
)