3rdparty: extras: enable compression of extras.pk3

This commit is contained in:
Alibek Omarov 2025-01-23 13:08:53 +03:00
parent 3e22ee64ae
commit 7b5ff606bd

View file

@ -25,5 +25,4 @@ def build(bld):
name = 'extras.pk3',
files = srcdir.ant_glob('**/*'),
relative_to = srcdir,
compresslevel = 0,
install_path = install_path)