commit a8a15cc40bc55c34b270549a0135c29b2865e30c Author: Arlo Breault arlolra@gmail.com Date: Tue May 7 23:38:35 2013 -0700
flashproxy-reg-url missing from PT bundles
See #8840 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index 9b55930..29da95f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ build_path = os.path.join(os.environ["PY2EXE_TMPDIR"], "build") dist_path = os.path.join(os.environ["PY2EXE_TMPDIR"], "dist")
setup( - console=["flashproxy-client", "flashproxy-reg-email", "flashproxy-reg-http"], + console=["flashproxy-client", "flashproxy-reg-email", "flashproxy-reg-http", "flashproxy-reg-url"], zipfile="py2exe-flashproxy.zip", options={ "build": { "build_base": build_path },
tor-commits@lists.torproject.org