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