3rdparty: xash-extras: update in preparation for TLS integration

This commit is contained in:
Alibek Omarov
2026-06-07 03:46:11 +05:00
parent 2d39a7fa24
commit ab6672fb8a
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,6 @@ def build(bld):
bld(features='zip',
name = 'extras.pk3',
files = srcdir.ant_glob('**/*'),
files = srcdir.ant_glob('**/*', excl=['scripts/**']),
relative_to = srcdir,
install_path = install_path)