From 1417d57e98d4195ab43dcffa3578243f5ab840ab Mon Sep 17 00:00:00 2001 From: jdolan Date: Sat, 29 Jun 2013 10:15:26 -0400 Subject: [PATCH] Add Q2Pack and Q2WPack to default build. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 23b84b12..f5158c5e 100644 --- a/config.py +++ b/config.py @@ -27,7 +27,7 @@ class Config: # platforms for which to assemble a setup self.setup_platforms = [ 'local', 'x86', 'x64', 'win32' ] # paks to assemble in the setup - self.setup_packs = [ 'Q3Pack', 'UrTPack', 'ETPack', 'QLPack', 'Q2WPack' ] + self.setup_packs = [ 'Q3Pack', 'UrTPack', 'ETPack', 'QLPack', 'Q2Pack', 'Q2WPack' ] def __repr__( self ): return 'config: target=%s config=%s' % ( self.target_selected, self.config_selected )