diff --git a/tools/buildbot/PackageScript b/tools/buildbot/PackageScript index 86d71adb..fe0f3c18 100644 --- a/tools/buildbot/PackageScript +++ b/tools/buildbot/PackageScript @@ -216,6 +216,7 @@ AddNormalLibrary('dbi.mysql.ext', 'extensions') AddNormalLibrary('dbi.sqlite.ext', 'extensions') if AMBuild.target['platform'] != 'darwin': AddNormalLibrary('game.cstrike.ext.1.ep1', 'extensions') +AddNormalLibrary('game.cstrike.ext.2.ep2v', 'extensions') AddNormalLibrary('game.tf2.ext.2.ep2v', 'extensions') AddNormalLibrary('topmenus.ext', 'extensions') AddNormalLibrary('regex.ext', 'extensions')