From ab6672fb8a74f21a86b1c349127399d74ed67df1 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 7 Jun 2026 03:46:11 +0500 Subject: [PATCH] 3rdparty: xash-extras: update in preparation for TLS integration --- 3rdparty/extras/wscript | 2 +- 3rdparty/extras/xash-extras | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/extras/wscript b/3rdparty/extras/wscript index 53484e40..7f8e3ca2 100644 --- a/3rdparty/extras/wscript +++ b/3rdparty/extras/wscript @@ -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) diff --git a/3rdparty/extras/xash-extras b/3rdparty/extras/xash-extras index 2a3670e8..9f5b0179 160000 --- a/3rdparty/extras/xash-extras +++ b/3rdparty/extras/xash-extras @@ -1 +1 @@ -Subproject commit 2a3670e8157af0bb7478db7c4a479fead1ab0050 +Subproject commit 9f5b017985981e5eadd1813c0cde1e4f217e12e1